Fixed issue with crash when rotating screen - Fixes #142
This commit is contained in:
@@ -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