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:
parent
864c522ee5
commit
374f121d5f
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue