mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Revert audio fix
This commit is contained in:
parent
5a73da6fdf
commit
e10b716507
1 changed files with 1 additions and 6 deletions
|
@ -114,9 +114,7 @@ public class InterfaceActivity extends QtActivity {
|
|||
@Override
|
||||
protected void onPause() {
|
||||
super.onPause();
|
||||
if (!isLoading) {
|
||||
nativeEnterBackground();
|
||||
}
|
||||
nativeEnterBackground();
|
||||
//gvrApi.pauseTracking();
|
||||
}
|
||||
|
||||
|
@ -215,9 +213,6 @@ public class InterfaceActivity extends QtActivity {
|
|||
|
||||
public void onAppLoadedComplete() {
|
||||
super.isLoading = false;
|
||||
new Handler(getMainLooper()).postDelayed(() -> {
|
||||
nativeEnterBackground();
|
||||
}, 2000);
|
||||
}
|
||||
|
||||
public void performHapticFeedback(int duration) {
|
||||
|
|
Loading…
Reference in a new issue