mirror of
				https://github.com/SimpleMobileTools/Simple-Keyboard.git
				synced 2025-06-05 21:49:26 +02:00 
			
		
		
		
	Remove unnecessary null check in MyKeyboardView
This commit is contained in:
		| @@ -1637,8 +1637,6 @@ class MyKeyboardView @JvmOverloads constructor(context: Context, attrs: Attribut | |||||||
|  |  | ||||||
|     @RequiresApi(Build.VERSION_CODES.R) |     @RequiresApi(Build.VERSION_CODES.R) | ||||||
|     fun clearClipboardViews() { |     fun clearClipboardViews() { | ||||||
|         if (mToolbarHolder?.autofill_suggestions_holder != null) { |         mToolbarHolder?.autofill_suggestions_holder?.removeAllViews() | ||||||
|             mToolbarHolder?.autofill_suggestions_holder?.removeAllViews() |  | ||||||
|         } |  | ||||||
|     } |     } | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user