mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Suppress warning
This commit is contained in:
parent
eba8725188
commit
b36e97eb8b
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue