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

Commit 921f2de4 authored by Jeff DeCew's avatar Jeff DeCew Committed by Android (Google) Code Review
Browse files

Merge "Log isUserInteracting from getLockscreenDisplayConfig" into main

parents fdc05e20 5189f7d9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -866,13 +866,13 @@ constructor(
            ) { isOnLockscreen, statusBarState, showAllNotifications ->
                (statusBarState == SHADE_LOCKED || !isOnLockscreen || showAllNotifications) to
                    isOnLockscreen
            }
            }.dumpWhileCollecting("showUnlimitedNotificationsAndIsOnLockScreen")

        @Suppress("UNCHECKED_CAST")
        return combineTransform(
                showLimitedNotifications,
                showUnlimitedNotificationsAndIsOnLockScreen,
                shadeInteractor.isUserInteracting,
                shadeInteractor.isUserInteracting.dumpWhileCollecting("isUserInteracting"),
                availableHeight,
                interactor.notificationStackChanged,
                interactor.useExtraShelfSpace,
@@ -904,7 +904,7 @@ constructor(
                }
            }
            .distinctUntilChanged()
            .dumpWhileCollecting("maxNotifications")
            .dumpWhileCollecting("getLockscreenDisplayConfig")
    }

    /**