We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396bb85 commit 4fee575Copy full SHA for 4fee575
1 file changed
app/src/main/java/to/bitkit/ui/screens/wallets/HomeViewModel.kt
@@ -245,7 +245,6 @@ class HomeViewModel @Inject constructor(
245
Suggestion.QUICK_PAY,
246
Suggestion.NOTIFICATIONS.takeIf { !settings.notificationsGranted },
247
Suggestion.SHOP,
248
- Suggestion.PROFILE,
249
)
250
}
251
@@ -260,7 +259,6 @@ class HomeViewModel @Inject constructor(
260
259
Suggestion.SUPPORT,
261
Suggestion.INVITE,
262
263
264
265
266
@@ -274,7 +272,6 @@ class HomeViewModel @Inject constructor(
274
272
Suggestion.SECURE.takeIf { !settings.isPinEnabled },
275
273
276
277
278
279
280
0 commit comments