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

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

Make Chooser 4-column on tablets

Apparently, there's a difference between tablets and (some?) foldable
devices in terms of how many columns Chooser should have. There's no
distinction resources-wise between the two.
All-apps in Launcher uses DeviceProfile for the column number, we could
use it as well, potentially.
Meanwhile here's the simplest fix.

Fix: 193648099
Test: manual testing
Change-Id: I149dfb45f7bbebee508114288688ad14ca088f57
parent 9158a60b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -51,7 +51,5 @@

    <!-- If true, show multiuser switcher by default unless the user specifically disables it. -->
    <bool name="config_showUserSwitcherByDefault">true</bool>

    <integer name="config_chooser_max_targets_per_row">6</integer>
</resources>