Loading packages/SystemUI/aconfig/systemui.aconfig +4 −1 Original line number Diff line number Diff line Loading @@ -748,10 +748,13 @@ flag { } flag { name: "smartspace_swipe_event_logging" name: "smartspace_swipe_event_logging_fix" namespace: "systemui" description: "Log card swipe events in smartspace" bug: "374150422" metadata { purpose: PURPOSE_BUGFIX } } flag { Loading packages/SystemUI/src/com/android/systemui/smartspace/config/BcSmartspaceConfigProvider.kt +2 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ package com.android.systemui.smartspace.config import com.android.systemui.Flags.smartspaceSwipeEventLogging import com.android.systemui.Flags.smartspaceSwipeEventLoggingFix import com.android.systemui.Flags.smartspaceViewpager2 import com.android.systemui.flags.FeatureFlags import com.android.systemui.plugins.BcSmartspaceConfigPlugin Loading @@ -30,5 +30,5 @@ class BcSmartspaceConfigProvider(private val featureFlags: FeatureFlags) : get() = smartspaceViewpager2() override val isSwipeEventLoggingEnabled: Boolean get() = smartspaceSwipeEventLogging() get() = smartspaceSwipeEventLoggingFix() } Loading
packages/SystemUI/aconfig/systemui.aconfig +4 −1 Original line number Diff line number Diff line Loading @@ -748,10 +748,13 @@ flag { } flag { name: "smartspace_swipe_event_logging" name: "smartspace_swipe_event_logging_fix" namespace: "systemui" description: "Log card swipe events in smartspace" bug: "374150422" metadata { purpose: PURPOSE_BUGFIX } } flag { Loading
packages/SystemUI/src/com/android/systemui/smartspace/config/BcSmartspaceConfigProvider.kt +2 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ package com.android.systemui.smartspace.config import com.android.systemui.Flags.smartspaceSwipeEventLogging import com.android.systemui.Flags.smartspaceSwipeEventLoggingFix import com.android.systemui.Flags.smartspaceViewpager2 import com.android.systemui.flags.FeatureFlags import com.android.systemui.plugins.BcSmartspaceConfigPlugin Loading @@ -30,5 +30,5 @@ class BcSmartspaceConfigProvider(private val featureFlags: FeatureFlags) : get() = smartspaceViewpager2() override val isSwipeEventLoggingEnabled: Boolean get() = smartspaceSwipeEventLogging() get() = smartspaceSwipeEventLoggingFix() }