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

Commit 424859a4 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Keep ambient notifications visible for 10sec

We were using 6 seconds before.

Test: visual
Bug: 111405682
Change-Id: Ib48b5c6f05a29975bed449c4029b5d4e8652c6f8
parent 67dd91e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -147,7 +147,7 @@

    <!-- The number of milliseconds before the ambient notification auto-dismisses. This will
         override the default pulse length. -->
    <integer name="ambient_notification_decay">6000</integer>
    <integer name="ambient_notification_decay">10000</integer>

    <!-- Minimum display time for a heads up notification, in milliseconds. -->
    <integer name="ambient_notification_minimum_time">2000</integer>