Improve ScreenTracker.
This commit is contained in:
parent
f7f25e1ead
commit
5a0e76677b
5 changed files with 20 additions and 21 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue