mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Fix display of named searches (e.g. "Unified Inbox")
This commit is contained in:
parent
93ef3a7b0f
commit
05a2571570
@ -712,7 +712,7 @@ public class MessageListFragment extends SherlockFragment implements OnItemClick
|
||||
|
||||
mRemoteSearch = args.getBoolean(ARG_REMOTE_SEARCH, false);
|
||||
mSearch = args.getParcelable(ARG_SEARCH);
|
||||
mTitle = args.getString(mSearch.getName());
|
||||
mTitle = mSearch.getName();
|
||||
|
||||
String[] accountUuids = mSearch.getAccountUuids();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user