mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-13 12:33:42 +02:00
Suppress warning
This commit is contained in:
@@ -370,7 +370,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
primary = args.getLong("primary", -1);
|
||||
connected = args.getBoolean("connected", false);
|
||||
|
||||
if (folder > 0 && type == null && criteria == null)
|
||||
if (folder > 0 && thread == null && type == null && criteria == null)
|
||||
Log.e("Messages for folder without type");
|
||||
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
|
||||
|
||||
Reference in New Issue
Block a user