mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 01:45:36 +03:00
Disable freestyle crop, usability was not easy
This commit is contained in:
parent
b5a402c1e1
commit
3ac2296464
1 changed files with 2 additions and 1 deletions
|
@ -213,7 +213,8 @@ class AttachmentsPreviewFragment @Inject constructor(
|
|||
/* tabAspectRatio = */ UCropActivity.SCALE
|
||||
)
|
||||
setToolbarTitle(currentAttachment.name)
|
||||
setFreeStyleCropEnabled(true)
|
||||
// Disable freestyle crop, usability was not easy
|
||||
// setFreeStyleCropEnabled(true)
|
||||
// Color used for toolbar icon and text
|
||||
setToolbarColor(colorProvider.getColorFromAttribute(R.attr.riotx_background))
|
||||
setToolbarWidgetColor(colorProvider.getColorFromAttribute(R.attr.vctr_toolbar_primary_text_color))
|
||||
|
|
Loading…
Reference in a new issue