mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Leak canary: dump from nav menu
This commit is contained in:
@@ -855,10 +855,8 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
}, new Callable<Boolean>() {
|
||||
@Override
|
||||
public Boolean call() {
|
||||
Intent canary = CoalMine.getIntent();
|
||||
if (canary != null)
|
||||
startActivity(canary);
|
||||
return (canary != null);
|
||||
CoalMine.check();
|
||||
return true;
|
||||
}
|
||||
}).setExternal(true));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user