Changed LogManagerControlActivity to slow down UI updates once the UI is populated, not stop them alltogether

This commit is contained in:
Graham Jones
2022-01-29 20:52:29 +00:00
parent 02510d455d
commit c6a838fe1d
4 changed files with 22 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<CheckBoxPreference
android:defaultValue="false"
android:defaultValue="true"
android:enabled="true"
android:key="advancedMode"
android:summary="@string/AdvancedModeSummary"