switched latch alarm button back to gray colour after sms cancel button shown (was staying red)
This commit is contained in:
@@ -826,7 +826,7 @@ public class MainActivity extends AppCompatActivity {
|
||||
acceptAlarmButton.setEnabled(true);
|
||||
} else {
|
||||
acceptAlarmButton.setText(R.string.AcceptAlarm);
|
||||
//acceptAlarmButton.setBackgroundColor(Color.DKGRAY);
|
||||
acceptAlarmButton.setBackgroundColor(Color.GRAY);
|
||||
if (mConnection.mBound)
|
||||
if ((mConnection.mSdServer.isLatchAlarms())
|
||||
|| mConnection.mSdServer.mSdData.mFallActive) {
|
||||
|
||||
Reference in New Issue
Block a user