Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ccd4657f authored by Andrey Epin's avatar Andrey Epin
Browse files

Limit preview width to the max chooser width value.

This is just a straightforward fix, b/235278644 to clean up the logic.
Fix: 223775954
Test: Manual test - share a long link on a phone in landscape
orientation with 3-button system navigation.

Change-Id: I051c5d0ba7216e6a43f2e56c9e2b6af16cd8a3fc
parent bb4868d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@
     <!-- Floating toolbar dimensions -->
     <dimen name="floating_toolbar_preferred_width">544dp</dimen>

    <dimen name="chooser_preview_width">480dp</dimen>
    <dimen name="chooser_preview_width">412dp</dimen>

    <dimen name="toast_y_offset">24dp</dimen>
</resources>