Fixed issue with system not shutting down properly using new UI (#133) - it was the fragments remaining bound to the server, preventing it shutting down. Fixed by making the 'stop' option an 'Exit' which shuts down the server and exits the main activity.

This commit is contained in:
Graham Jones
2024-01-25 22:15:09 +00:00
parent 4e3a6bb1de
commit bc6d312c6a
3 changed files with 6 additions and 3 deletions

View File

@@ -112,7 +112,7 @@
<string name="BasicPrefTitle">Basic</string>
<string name="BasicPrefSummary">Basic Preferences</string>
<string name="accept_alarm">Accept Alarm</string>
<string name="start_stop_server">Start/Stop Server</string>
<string name="start_stop_server">Exit</string>
<string name="install_watch_app">Install Watch App</string>
<string name="test_alarm_beep">Test Alarm Beep</string>
<string name="test_warning_beep">Test Warning Beep</string>