fix: Update toolbar title in ImageCropHelper to English
This commit is contained in:
@@ -88,8 +88,8 @@ object ImageCropHelper {
|
||||
setCompressionFormat(Bitmap.CompressFormat.PNG)
|
||||
setCompressionQuality(100)
|
||||
|
||||
// Заголовок
|
||||
setToolbarTitle("Обрезка фото")
|
||||
// Заголовок на английском
|
||||
setToolbarTitle("Edit Photo")
|
||||
|
||||
// Показываем bottom controls для rotate/scale
|
||||
setHideBottomControls(false)
|
||||
|
||||
Reference in New Issue
Block a user