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

Commit 3d4554ca authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix DeviceFoldStateProviderTest" into tm-dev am: f2843d67

parents 5fddda08 f2843d67
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -126,12 +126,7 @@ constructor(
     */
    private fun getClosingThreshold(): Int? {
        val activityType =
            activityManager
                .getRunningTasks(/* maxNum= */ 1)
                ?.getOrNull(0)
                ?.configuration
                ?.windowConfiguration
                ?.activityType
            activityManager.getRunningTasks(/* maxNum= */ 1)?.getOrNull(0)?.topActivityType
                ?: return null

        if (DEBUG) {