Yet another action bar fix...
It's a temporary fix. Proper fix underway... Change-Id: I225e04168f7fae6a3b411659a27e79b28022ac40
This commit is contained in:
parent
3c76df4f1f
commit
f4622a8ac7
@ -433,6 +433,10 @@ public class ActionBarController {
|
||||
|
||||
@Override
|
||||
public void onLoadFinished(Loader<Cursor> loader, Cursor cursor) {
|
||||
if (!cursor.moveToFirst()) {
|
||||
clearMailboxInfo();
|
||||
return;
|
||||
}
|
||||
// Update action bar
|
||||
FolderProperties fp = FolderProperties.getInstance(mContext);
|
||||
updateMailboxInfo(
|
||||
|
Loading…
Reference in New Issue
Block a user