mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 03:23:07 +00:00
Don't close spinner dialogs when the AppList page is destroyed. Increment version
This commit is contained in:
parent
887dd9aa21
commit
1a7a2f848e
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.limelight"
|
||||
android:versionCode="26"
|
||||
android:versionName="2.5.1" >
|
||||
android:versionCode="27"
|
||||
android:versionName="2.5.1.1" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="16"
|
||||
|
@ -99,7 +99,6 @@ public class AppView extends Activity {
|
||||
super.onDestroy();
|
||||
|
||||
Dialog.closeDialogs();
|
||||
SpinnerDialog.closeDialogs();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user