[BUG] ListView.setEmptyView() does not work on Paranoid Android

Search This thread

domenicop

Senior Member
Dec 18, 2012
190
7
When a ListView in my app is empty, the emptyView is not showed. I set it via the .setEmptyView() method. It happens only on Paranoid Android.
I checked with the last beta to date, don't know about previous versions, with a Nexus 5 and a Galaxy S4.
Stock android 4.4.2, on which the ROM seems to be based, is not affected.

If I manually do
Code:
mEmptyView.setVisibility(View.VISIBLE);
the view is displayed at the right place; so the layout is being set properly. The display-empty-view/not-display-empty-view logic seems to be messed up though.

Please check.
 
Last edited:

domenicop

Senior Member
Dec 18, 2012
190
7
...Maybe this is not the right place where to report bug for the Paranoid ROM.
I could not find anything on Google.
Is there any kind of issue tracker where I could post an entry?
Thanks.