always bring first instance to foreground when second instance is closed

This commit is contained in:
Craig Raw 2024-03-29 09:36:11 +02:00
parent 86ff7b8cf9
commit 6b4c301458

View file

@ -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);
} }