mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +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…
Add table
Reference in a new issue