mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Fix crash when tapping title of "App theme" preference
This commit is contained in:
		@@ -32,6 +32,10 @@ class ThemesPreference @JvmOverloads constructor(context: Context, attrs: Attrib
 | 
			
		||||
        callChangeListener(value)
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    override fun onClick() {
 | 
			
		||||
        // no-op; not actually a DialogPreference
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    var entries: List<PreferenceValues.AppTheme> = emptyList()
 | 
			
		||||
        set(value) {
 | 
			
		||||
            field = value
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user