mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Minor cleanup
This commit is contained in:
		@@ -58,8 +58,8 @@ class SettingsBrowseController : SettingsController() {
 | 
			
		||||
                if (context.isAuthenticationSupported() && activity != null) {
 | 
			
		||||
                    requireAuthentication(
 | 
			
		||||
                        activity as? FragmentActivity,
 | 
			
		||||
                        activity!!.getString(R.string.pref_category_nsfw_content),
 | 
			
		||||
                        activity!!.getString(R.string.confirm_lock_change),
 | 
			
		||||
                        context.getString(R.string.pref_category_nsfw_content),
 | 
			
		||||
                        context.getString(R.string.confirm_lock_change),
 | 
			
		||||
                    )
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
@@ -31,8 +31,8 @@ class SettingsSecurityController : SettingsController() {
 | 
			
		||||
                defaultValue = false
 | 
			
		||||
 | 
			
		||||
                requireAuthentication(
 | 
			
		||||
                    context as? FragmentActivity,
 | 
			
		||||
                    context!!.getString(R.string.lock_with_biometrics),
 | 
			
		||||
                    activity as? FragmentActivity,
 | 
			
		||||
                    context.getString(R.string.lock_with_biometrics),
 | 
			
		||||
                    context.getString(R.string.confirm_lock_change),
 | 
			
		||||
                )
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user