Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/BundleBarn.kt +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,6 @@ import com.android.systemui.dagger.SysUISingleton import com.android.systemui.initOnBackPressedDispatcherOwner import com.android.systemui.lifecycle.rememberViewModel import com.android.systemui.lifecycle.repeatWhenAttached import com.android.systemui.lifecycle.viewModel import com.android.systemui.notifications.ui.composable.row.BundleHeader import com.android.systemui.settings.UserTracker import com.android.systemui.shade.ShadeDisplayAware Loading Loading @@ -93,6 +92,7 @@ constructor( val controller = component.expandableNotificationRowController controller.init(bundleEntry) keyToControllerMap[bundleEntry.key] = controller row.repeatWhenAttached { repeatOnLifecycle(Lifecycle.State.CREATED) { row.reset() } } initBundleHeaderView(bundleEntry, row) } debugBundleLog(TAG) { "calling inflate: ${bundleEntry.key}" } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/BundleBarn.kt +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,6 @@ import com.android.systemui.dagger.SysUISingleton import com.android.systemui.initOnBackPressedDispatcherOwner import com.android.systemui.lifecycle.rememberViewModel import com.android.systemui.lifecycle.repeatWhenAttached import com.android.systemui.lifecycle.viewModel import com.android.systemui.notifications.ui.composable.row.BundleHeader import com.android.systemui.settings.UserTracker import com.android.systemui.shade.ShadeDisplayAware Loading Loading @@ -93,6 +92,7 @@ constructor( val controller = component.expandableNotificationRowController controller.init(bundleEntry) keyToControllerMap[bundleEntry.key] = controller row.repeatWhenAttached { repeatOnLifecycle(Lifecycle.State.CREATED) { row.reset() } } initBundleHeaderView(bundleEntry, row) } debugBundleLog(TAG) { "calling inflate: ${bundleEntry.key}" } Loading