mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Only set the dialog title if not already set in the extension (#9858)
Only set the dialog title if not already set in the extension.
This commit is contained in:
		| @@ -147,7 +147,7 @@ class SourcePreferencesFragment : PreferenceFragmentCompat() { | ||||
|         sourceScreen.forEach { pref -> | ||||
|             pref.isIconSpaceReserved = false | ||||
|             pref.isSingleLineTitle = false | ||||
|             if (pref is DialogPreference) { | ||||
|             if (pref is DialogPreference && pref.dialogTitle.isNullOrEmpty()) { | ||||
|                 pref.dialogTitle = pref.title | ||||
|             } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user