diff --git a/wallet/src/de/schildbach/wallet/ui/dashpay/PlatformRepo.kt b/wallet/src/de/schildbach/wallet/ui/dashpay/PlatformRepo.kt index 964f518e0..989af5518 100644 --- a/wallet/src/de/schildbach/wallet/ui/dashpay/PlatformRepo.kt +++ b/wallet/src/de/schildbach/wallet/ui/dashpay/PlatformRepo.kt @@ -414,7 +414,7 @@ class PlatformRepo @Inject constructor( .flatMapLatest { _ -> init() - if (!hasIdentity) { + if (!hasIdentity || blockchainIdentity.identity == null) { return@flatMapLatest flowOf(emptyList()) }