Improve ScreenTracker.

This commit is contained in:
Benoit Marty 2024-03-28 09:30:07 +01:00 committed by Benoit Marty
parent f7f25e1ead
commit 5a0e76677b
5 changed files with 20 additions and 21 deletions

View file

@ -37,7 +37,7 @@ class TroubleshootNotificationsNode @AssistedInject constructor(
) : Node(buildContext, plugins = plugins) {
@Composable
override fun View(modifier: Modifier) {
screenTracker.TrackScreen(this, MobileScreen.ScreenName.NotificationTroubleshoot)
screenTracker.TrackScreen(MobileScreen.ScreenName.NotificationTroubleshoot)
val state = presenter.present()
TroubleshootNotificationsView(
state = state,