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:
@@ -9,7 +9,7 @@
|
||||
android:defaultValue="Phone"
|
||||
android:dialogTitle="@string/select_datasource_title" />
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
android:defaultValue="true"
|
||||
android:key="UseNewUi"
|
||||
android:summary="@string/use_new_ui_summary"
|
||||
android:title="@string/use_new_ui_title" />
|
||||
|
||||
Reference in New Issue
Block a user