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

Commit b6fea889 authored by “Sherry's avatar “Sherry
Browse files

Fix notification place holder is too low in foldable portrait mode

Bug: 355259182
Test: manual test position of notification stack in lockscreen in folded, landscape and portrait mode in foladable. And also swipe down the shade to check smooth animation.
Flag: com.android.systemui.migrate_clocks_to_blueprint

Change-Id: I49dad381548dfc331b495695adc3a7d5b4315f7e
parent 365edfba
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -27,6 +27,8 @@
    <!-- Whether to use the split 2-column notification shade -->
    <bool name="config_use_split_notification_shade">true</bool>

    <bool name="config_use_large_screen_shade_header">true</bool>

    <!-- The number of columns in the QuickSettings -->
    <integer name="quick_settings_num_columns">2</integer>

+0 −2
Original line number Diff line number Diff line
@@ -35,8 +35,6 @@
    <!-- How many lines to show in the security footer -->
    <integer name="qs_security_footer_maxLines">1</integer>

    <bool name="config_use_large_screen_shade_header">true</bool>

    <!-- Whether to show bottom sheets edge to edge -->
    <bool name="config_edgeToEdgeBottomSheetDialog">false</bool>