Skip to content

Commit 4fee575

Browse files
committed
chore: remove profile suggestion
1 parent 396bb85 commit 4fee575

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

app/src/main/java/to/bitkit/ui/screens/wallets/HomeViewModel.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ class HomeViewModel @Inject constructor(
245245
Suggestion.QUICK_PAY,
246246
Suggestion.NOTIFICATIONS.takeIf { !settings.notificationsGranted },
247247
Suggestion.SHOP,
248-
Suggestion.PROFILE,
249248
)
250249
}
251250

@@ -260,7 +259,6 @@ class HomeViewModel @Inject constructor(
260259
Suggestion.SUPPORT,
261260
Suggestion.INVITE,
262261
Suggestion.SHOP,
263-
Suggestion.PROFILE,
264262
)
265263
}
266264

@@ -274,7 +272,6 @@ class HomeViewModel @Inject constructor(
274272
Suggestion.SECURE.takeIf { !settings.isPinEnabled },
275273
Suggestion.SUPPORT,
276274
Suggestion.INVITE,
277-
Suggestion.PROFILE,
278275
)
279276
}
280277
}

0 commit comments

Comments
 (0)