mirror of
				https://github.com/SimpleMobileTools/Simple-Gallery.git
				synced 2025-06-05 21:59:19 +02:00 
			
		
		
		
	disable image brightness gestures by default, it causes zooming issues
This commit is contained in:
		| @@ -254,7 +254,7 @@ class Config(context: Context) : BaseConfig(context) { | |||||||
|         set(deleteEmptyFolders) = prefs.edit().putBoolean(DELETE_EMPTY_FOLDERS, deleteEmptyFolders).apply() |         set(deleteEmptyFolders) = prefs.edit().putBoolean(DELETE_EMPTY_FOLDERS, deleteEmptyFolders).apply() | ||||||
|  |  | ||||||
|     var allowPhotoGestures: Boolean |     var allowPhotoGestures: Boolean | ||||||
|         get() = prefs.getBoolean(ALLOW_PHOTO_GESTURES, true) |         get() = prefs.getBoolean(ALLOW_PHOTO_GESTURES, false) | ||||||
|         set(allowPhotoGestures) = prefs.edit().putBoolean(ALLOW_PHOTO_GESTURES, allowPhotoGestures).apply() |         set(allowPhotoGestures) = prefs.edit().putBoolean(ALLOW_PHOTO_GESTURES, allowPhotoGestures).apply() | ||||||
|  |  | ||||||
|     var allowVideoGestures: Boolean |     var allowVideoGestures: Boolean | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user