mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 21:26:41 +01:00
Removes unnecessary log of object
This commit is contained in:
@@ -121,7 +121,7 @@ fun NotificationRegistration(accountViewModel: AccountViewModel) {
|
|||||||
|
|
||||||
if (notificationPermissionState.status.isGranted) {
|
if (notificationPermissionState.status.isGranted) {
|
||||||
LifecycleResumeEffect(key1 = accountViewModel, notificationPermissionState.status.isGranted) {
|
LifecycleResumeEffect(key1 = accountViewModel, notificationPermissionState.status.isGranted) {
|
||||||
Log.d("RegisterAccounts", "Registering for push notifications $notificationPermissionState")
|
Log.d("RegisterAccounts", "Registering for push notifications")
|
||||||
scope.launch {
|
scope.launch {
|
||||||
PushNotificationUtils.checkAndInit(
|
PushNotificationUtils.checkAndInit(
|
||||||
LocalPreferences.allSavedAccounts(),
|
LocalPreferences.allSavedAccounts(),
|
||||||
|
|||||||
Reference in New Issue
Block a user