Skip to content

Commit

Permalink
Fix sk22#682
Browse files Browse the repository at this point in the history
  • Loading branch information
grishka authored and LucasGGamerM committed Sep 28, 2023
1 parent 1614213 commit d706768
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,8 @@ private void wrapSuicideDialog(Runnable r){
}

private void onSearchViewEnter(){
if(TextUtils.isEmpty(currentQuery) || currentQuery.trim().isEmpty())
return;
wrapSuicideDialog(()->deliverResult(currentQuery, null));
}

Expand Down

0 comments on commit d706768

Please sign in to comment.