NTP-8307 | Kamlesh | added api call (#14276)
This commit is contained in:
committed by
GitHub
parent
a7aa983c18
commit
966af709c0
@@ -94,7 +94,7 @@ mockk = "1.13.10"
|
||||
mvel2 = "2.4.15.Final"
|
||||
navi-adverse = "1.11.0"
|
||||
navi-alfred = "2.1.0"
|
||||
navi-elex = "1.9.1"
|
||||
navi-elex = "1.9.2"
|
||||
navi-guarddog = "3.12.0"
|
||||
navi-pulse = "1.14.0"
|
||||
navi-uitron = "2.7.0"
|
||||
|
||||
@@ -451,6 +451,10 @@ fun CoinHomeScreenV2(
|
||||
}
|
||||
}
|
||||
|
||||
LaunchedEffect(shouldCallPermission) {
|
||||
if (shouldCallPermission) viewModel.updateNotificationsPermission()
|
||||
}
|
||||
|
||||
InitActionHandler(activity = context, viewModel = viewModel)
|
||||
|
||||
BackHandler {
|
||||
|
||||
Reference in New Issue
Block a user