mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-05-20 09:11:24 +03:00
Fix theme change causing UI lockup
This commit is contained in:
parent
6f4968f735
commit
346ed1ff28
@ -2,8 +2,8 @@
|
|||||||
<manifest xmlns:a="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:a="http://schemas.android.com/apk/res/android"
|
||||||
package="com.thejoshwa.ultrasonic.androidapp"
|
package="com.thejoshwa.ultrasonic.androidapp"
|
||||||
a:installLocation="auto"
|
a:installLocation="auto"
|
||||||
a:versionCode="18"
|
a:versionCode="19"
|
||||||
a:versionName="1.1.0.14" >
|
a:versionName="1.1.0.15" >
|
||||||
|
|
||||||
<uses-permission a:name="android.permission.INTERNET" />
|
<uses-permission a:name="android.permission.INTERNET" />
|
||||||
<uses-permission a:name="android.permission.READ_PHONE_STATE" />
|
<uses-permission a:name="android.permission.READ_PHONE_STATE" />
|
||||||
|
@ -148,6 +148,7 @@ public class SubsonicTabActivity extends Activity implements OnClickListener{
|
|||||||
|
|
||||||
// Make sure to update theme
|
// Make sure to update theme
|
||||||
if (theme != null && !theme.equals(Util.getTheme(this))) {
|
if (theme != null && !theme.equals(Util.getTheme(this))) {
|
||||||
|
theme = Util.getTheme(this);
|
||||||
restart();
|
restart();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user