mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Add description for secure screen setting
This commit is contained in:
		| @@ -17,6 +17,7 @@ import eu.kanade.tachiyomi.util.preference.onChange | ||||
| import eu.kanade.tachiyomi.util.preference.onClick | ||||
| import eu.kanade.tachiyomi.util.preference.preference | ||||
| import eu.kanade.tachiyomi.util.preference.preferenceCategory | ||||
| import eu.kanade.tachiyomi.util.preference.summaryRes | ||||
| import eu.kanade.tachiyomi.util.preference.switchPreference | ||||
| import eu.kanade.tachiyomi.util.preference.titleRes | ||||
| import eu.kanade.tachiyomi.util.system.LocaleHelper | ||||
| @@ -171,6 +172,7 @@ class SettingsGeneralController : SettingsController() { | ||||
|             switchPreference { | ||||
|                 key = Keys.secureScreen | ||||
|                 titleRes = R.string.secure_screen | ||||
|                 summaryRes = R.string.secure_screen_summary | ||||
|                 defaultValue = false | ||||
|             } | ||||
|         } | ||||
|   | ||||
| @@ -33,6 +33,7 @@ | ||||
|             android:layout_width="match_parent" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:visibility="gone" /> | ||||
|  | ||||
|     </FrameLayout> | ||||
|  | ||||
|     <androidx.core.widget.NestedScrollView | ||||
|   | ||||
| @@ -26,6 +26,7 @@ | ||||
|             android:layout_width="match_parent" | ||||
|             android:layout_height="match_parent" | ||||
|             android:visibility="gone" /> | ||||
|  | ||||
|     </FrameLayout> | ||||
|  | ||||
|     <androidx.core.widget.NestedScrollView | ||||
|   | ||||
| @@ -144,6 +144,7 @@ | ||||
|         <item quantity="other">After %1$s minutes</item> | ||||
|     </plurals> | ||||
|     <string name="secure_screen">Secure screen</string> | ||||
|     <string name="secure_screen_summary">Hide app contents when switching apps and block screenshots</string> | ||||
|  | ||||
|       <!-- Library section --> | ||||
|     <string name="pref_category_library_display">Display</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user