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

Commit 05369c2f authored by Lyn's avatar Lyn
Browse files

Appear notifications starting at half height

Fixes: 217273171
Test: swipe down from top of screen to open shade
	=> notifs fade in at half height
Test: press power button to wake up
	=> notifs fade in at half height
Change-Id: I7f54df70ab9470ab7456a9b9c0712c092f4deba9
parent 1825f772
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ import java.util.List;
 */
public class StackScrollAlgorithm {

    public static final float START_FRACTION = 0.3f;
    public static final float START_FRACTION = 0.5f;

    private static final String LOG_TAG = "StackScrollAlgorithm";
    private final ViewGroup mHostView;