Skip to content

Commit

Permalink
Disable freestyle crop, usability was not easy
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Feb 26, 2020
1 parent b5a402c commit 3ac2296
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 3ac2296

Please sign in to comment.