mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 18:42:58 +02:00
Fix View not attached to windown manager crash when starting the app in landscape mode on Pixel XL
This commit is contained in:
parent
b031c1c070
commit
a7328f0934
1 changed files with 6 additions and 0 deletions
|
@ -174,4 +174,10 @@ public class GotoActivity extends AppCompatActivity {
|
||||||
|
|
||||||
return super.onOptionsItemSelected(item);
|
return super.onOptionsItemSelected(item);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected void onDestroy() {
|
||||||
|
cancelActivityIndicator();
|
||||||
|
super.onDestroy();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue