Fixed issue with crash when rotating screen - Fixes #142

This commit is contained in:
Graham Jones
2024-02-02 15:06:23 +00:00
parent 1be6e51406
commit 69175131e2
3 changed files with 5 additions and 5 deletions

View File

@@ -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