mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 08:31:04 +02:00
Reoder handleIntent() call.
This commit is contained in:
@@ -97,9 +97,9 @@ public class GameActivity extends SDLActivity {
|
||||
}
|
||||
|
||||
Intent intent = getIntent();
|
||||
handleIntent(intent);
|
||||
|
||||
super.onCreate(savedInstanceState);
|
||||
handleIntent(intent);
|
||||
|
||||
// Set low-latency audio values
|
||||
nativeSetDefaultStreamValues(getAudioFreq(), getAudioSMP());
|
||||
@@ -129,6 +129,7 @@ public class GameActivity extends SDLActivity {
|
||||
Log.d(TAG, "Cancelling vibration");
|
||||
vibrator.cancel();
|
||||
}
|
||||
|
||||
super.onDestroy();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user