1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 17:57:16 +00:00

Primary inbox: fixed external search

This commit is contained in:
M66B 2024-05-05 08:06:54 +02:00
parent 864c522ee5
commit 374f121d5f

View file

@ -745,6 +745,8 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
boolean unified = (intent != null && "unified".equals(intent.getAction()));
if (!search && !(standalone && !unified))
init();
else
initialized = true;
}
if (savedInstanceState != null)