mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 03:22:27 +02:00
Android - TMP PATCH - Do not deactivate DisplayPlugin as it makes the black screen problem
This commit is contained in:
parent
8235f999d8
commit
5499787385
1 changed files with 4 additions and 2 deletions
|
@ -127,13 +127,15 @@ public class InterfaceActivity extends QtActivity {
|
|||
@Override
|
||||
protected void onStart() {
|
||||
super.onStart();
|
||||
nativeEnterForeground();
|
||||
// TODO Fix displayPlugin deactivate so it doesn't leave us with a black screen Interface
|
||||
//nativeEnterForeground();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onStop() {
|
||||
super.onStop();
|
||||
nativeEnterBackground();
|
||||
// TODO Fix displayPlugin deactivate so it doesn't leave us with a black screen Interface
|
||||
//nativeEnterBackground();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue