mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Prevent crash
This commit is contained in:
@@ -807,6 +807,8 @@ public class FragmentSetup extends FragmentBase {
|
||||
@Override
|
||||
public void run() {
|
||||
try {
|
||||
if (!getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
|
||||
return;
|
||||
Rect rect = new Rect(
|
||||
vwWelcome.getLeft(),
|
||||
ibWelcome.getTop(),
|
||||
|
||||
Reference in New Issue
Block a user