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

Commit 5189f7d9 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Log isUserInteracting from getLockscreenDisplayConfig

Bug: 410433654
Flag: EXEMPT logging only
Test: n/a
Change-Id: I5d217bef92c0dd35dcdfb03ef65705c95ed8fb6c
parent e35c13d0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -864,13 +864,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,
@@ -902,7 +902,7 @@ constructor(
                }
            }
            .distinctUntilChanged()
            .dumpWhileCollecting("maxNotifications")
            .dumpWhileCollecting("getLockscreenDisplayConfig")
    }

    /**