mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-03-17 21:32:33 +01:00
always bring first instance to foreground when second instance is closed
This commit is contained in:
parent
86ff7b8cf9
commit
6b4c301458
@ -136,7 +136,7 @@ public class SparrowWallet {
|
||||
|
||||
@Override
|
||||
protected void receiveMessageList(List<String> messageList) {
|
||||
if(messageList != null && !messageList.isEmpty()) {
|
||||
if(messageList != null) {
|
||||
AppServices.parseFileUriArguments(messageList);
|
||||
AppServices.openFileUriArguments(null);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user