mirror of https://github.com/M66B/FairEmail.git
Fixed error
This commit is contained in:
parent
756e7cc9a1
commit
925999bce9
|
@ -300,7 +300,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||||
primary = args.getLong("primary", -1);
|
primary = args.getLong("primary", -1);
|
||||||
connected = args.getBoolean("connected", false);
|
connected = args.getBoolean("connected", false);
|
||||||
|
|
||||||
if (folder > 0 && type == null)
|
if (folder > 0 && type == null && TextUtils.isEmpty(query))
|
||||||
Log.e("Messages for folder without type");
|
Log.e("Messages for folder without type");
|
||||||
|
|
||||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
|
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
|
||||||
|
|
Loading…
Reference in New Issue