mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 08:37:19 +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
|
@Override
|
||||||
protected void onStart() {
|
protected void onStart() {
|
||||||
super.onStart();
|
super.onStart();
|
||||||
nativeEnterForeground();
|
// TODO Fix displayPlugin deactivate so it doesn't leave us with a black screen Interface
|
||||||
|
//nativeEnterForeground();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onStop() {
|
protected void onStop() {
|
||||||
super.onStop();
|
super.onStop();
|
||||||
nativeEnterBackground();
|
// TODO Fix displayPlugin deactivate so it doesn't leave us with a black screen Interface
|
||||||
|
//nativeEnterBackground();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue