mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
rotate the image by 90 degrees at pressing Rotate
This commit is contained in:
@ -28,6 +28,7 @@ class EditActivity : SimpleActivity() {
|
||||
return true
|
||||
}
|
||||
R.id.rotate -> {
|
||||
crop_image_view.rotateImage(90)
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user