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

Commit 41577561 authored by Josh Chien's avatar Josh Chien Committed by Android (Google) Code Review
Browse files

Merge "Increased the ratio of the bottom coordinate to the screen for doing...

Merge "Increased the ratio of the bottom coordinate to the screen for doing quick switch gesture in tests." into tm-qpr-dev
parents d57db4f0 6eb825e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ class GameAppHelper @JvmOverloads constructor(
        wmHelper: WindowManagerStateHelper,
        direction: Direction
    ): Boolean {
        val ratioForScreenBottom = 0.97
        val ratioForScreenBottom = 0.99
        val fullView = wmHelper.getWindowRegion(component)
        require(!fullView.isEmpty) { "Target $component view not found." }