Skip to content

Commit

Permalink
fix accessing settings page. v42 - 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samu-developments committed Mar 31, 2022
1 parent ea20314 commit c1b0eca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.developments.samu.muteforspotify"
minSdkVersion 23
targetSdkVersion 31
versionCode 41
versionName "2.0.1"
versionCode 42
versionName "2.0.2"
}
kotlinOptions {
jvmTarget = '1.8'
Expand Down
Binary file removed app/release/release-2.0.1.apk
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class MainActivity : AppCompatActivity(), BroadcastDialogFragment.BroadcastDialo
override fun onOptionsItemSelected(item: MenuItem): Boolean {
return when (item.itemId) {
R.id.menu_settings -> {
startActivity(Intent(this, DokiThemedActivity::class.java))
startActivity(Intent(this, SettingsActivity::class.java))
true
}
else -> super.onOptionsItemSelected(item)
Expand Down

0 comments on commit c1b0eca

Please sign in to comment.