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

Unverified Commit 33029f96 authored by Danny Baumann's avatar Danny Baumann Committed by Michael Bestas
Browse files

Fix reveal animation for outgoing calls.

Commit b2d5e04292cdd38c01e34eb7ea2ac3b059ca6c73 disabled the translucent
flag (for unknown reasons), but the comment right above the style
clearly states it's required for the reveal animation to work.

Change-Id: Ic0b13d55f5e3da96acd4d97ef7d0179b604ee752
parent b16d70e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@
         InCallActivity to have the correct Material style. -->
    <style name="Theme.InCallScreen" parent="@android:style/Theme.Material.Light">
        <item name="android:windowAnimationStyle">@null</item>
        <item name="android:windowIsTranslucent">false</item>
        <item name="android:windowIsTranslucent">true</item>
        <item name="android:windowBackground">@android:color/transparent</item>
        <item name="android:windowContentOverlay">@null</item>
        <item name="dialpad_key_button_touch_tint">@color/incall_dialpad_touch_tint</item>