Skip to content

Commit

Permalink
Merge pull request #1 from Hylence-Solifice/bugfix-minor
Browse files Browse the repository at this point in the history
fixed minor issue
  • Loading branch information
solifice authored Aug 22, 2021
2 parents 536ca4d + 5eb84c5 commit 6b2ec5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 16
targetSdkVersion 30
versionCode 5
versionName "5.6"
versionName "5.6.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/lenefice/cafii/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ protected void onStop() {
Toasty.custom(this, getString(R.string.RECENTS),
R.drawable.toast_info, R.color.toastblue,
Toast.LENGTH_SHORT, true, true).show();
EventBus.getDefault().unregister(this);
}
EventBus.getDefault().unregister(this);
}

}
Expand Down

0 comments on commit 6b2ec5b

Please sign in to comment.