Fixed issue with crash when rotating screen - Fixes #142
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:versionCode="133"
|
||||
android:versionName="4.2.1r">
|
||||
android:versionCode="135"
|
||||
android:versionName="4.2.1">
|
||||
<!-- android:allowBackup="false" -->
|
||||
<uses-permission android:name="android.permission.BLUETOOTH" />
|
||||
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
|
||||
|
||||
@@ -240,9 +240,9 @@ public class FragmentCommon extends FragmentOsdBaseClass {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
acceptAlarmButton.setText(getString(R.string.AcceptAlarm));
|
||||
acceptAlarmButton.setBackgroundColor(Color.DKGRAY);
|
||||
acceptAlarmButton.setEnabled(false);
|
||||
// acceptAlarmButton.setText(getString(R.string.AcceptAlarm));
|
||||
// acceptAlarmButton.setBackgroundColor(Color.DKGRAY);
|
||||
// acceptAlarmButton.setEnabled(false);
|
||||
}
|
||||
|
||||
// Deal with Cancel Audible button
|
||||
|
||||
Reference in New Issue
Block a user