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

Commit 6eb3213f authored by Yorke Lee's avatar Yorke Lee
Browse files

Fix flicker when expanding call log items

The fade duration + fade delay for action items was not syncing up
with the total animation duration. This was causing the view's alpha
to be changed mid-animation causing the flicker.

Bug: 17261307
Change-Id: Ied69af83b956b4de837d21dde31ad657da0a9bbf
parent 847d8e2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
    <integer name="call_log_actions_fade_start">150</integer>

    <!-- Duration of the fade in of the call log actions. -->
    <integer name="call_log_actions_fade_in_duration">200</integer>
    <integer name="call_log_actions_fade_in_duration">50</integer>

    <!-- Duration of the fade out of the call log actions. -->
    <integer name="call_log_actions_fade_out_duration">20</integer>