mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 20:36:44 +00:00
always bring first instance to foreground when second instance is closed
This commit is contained in:
parent
86ff7b8cf9
commit
6b4c301458
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ public class SparrowWallet {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void receiveMessageList(List<String> messageList) {
|
protected void receiveMessageList(List<String> messageList) {
|
||||||
if(messageList != null && !messageList.isEmpty()) {
|
if(messageList != null) {
|
||||||
AppServices.parseFileUriArguments(messageList);
|
AppServices.parseFileUriArguments(messageList);
|
||||||
AppServices.openFileUriArguments(null);
|
AppServices.openFileUriArguments(null);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue