mirror of
				https://github.com/SimpleMobileTools/Simple-Launcher.git
				synced 2025-06-05 21:59:15 +02:00 
			
		
		
		
	show errors at long toasts
This commit is contained in:
		| @@ -240,7 +240,7 @@ class WidgetsFragment(context: Context, attributeSet: AttributeSet) : MyFragment | |||||||
|  |  | ||||||
|     override fun onWidgetLongPressed(appWidget: AppWidget) { |     override fun onWidgetLongPressed(appWidget: AppWidget) { | ||||||
|         if (appWidget.heightCells > context.config.homeRowCount - 1 || appWidget.widthCells > context.config.homeColumnCount) { |         if (appWidget.heightCells > context.config.homeRowCount - 1 || appWidget.widthCells > context.config.homeColumnCount) { | ||||||
|             context.toast(context.getString(R.string.widget_too_big)) |             context.showErrorToast(context.getString(R.string.widget_too_big)) | ||||||
|             return |             return | ||||||
|         } |         } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user