Skip to content

Commit

Permalink
(android) Show migration notif by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dpad85 committed Oct 10, 2023
1 parent e1417c7 commit c744025
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ abstract class AppContext : Application() {
val isMigrationEnabled = if (json.has("migration")) {
json.getJSONObject("migration").getBoolean("kmp_enabled")
} else {
false
true
}
if (isMigrationEnabled) {
inAppNotifs?.add(InAppNotifications.PREPARE_WALLET_MIGRATION)
Expand Down

0 comments on commit c744025

Please sign in to comment.