Skip to content

Commit

Permalink
update: #1, return directly to illust from tag search
Browse files Browse the repository at this point in the history
  • Loading branch information
ultranity committed Jun 17, 2020
1 parent 28cd3ca commit 69ef96c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ class SearchRActivity : RinkActivity() {
if (resultCode == Activity.RESULT_OK && data != null) {
val word = data.getStringExtra("word")
searchview_searchm.setQuery(word, false)
}else if(intent.extras !=null){
finish()
}
}

Expand Down

0 comments on commit 69ef96c

Please sign in to comment.