Skip to content

Commit

Permalink
Merge pull request #21 from devmil/fix/fix_touch_receiver_on_orientat…
Browse files Browse the repository at this point in the history
…ion_change

fix touch receiver on orientation change
  • Loading branch information
devmil authored Aug 20, 2024
2 parents 9ec2dd8 + 449d70f commit c46ea69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
minSdkVersion 21
compileSdkVersion 34
targetSdkVersion 34
versionCode 17
versionName "1.2.0"
versionCode 18
versionName "1.3.0"
archivesBaseName = "paperlaunch-v${defaultConfig.versionName}-${buildTime()}"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ class LauncherOverlayService : Service() {
finishLauncher()
resetData()
ensureData()
reloadTouchReceiver()
}
}
}
Expand Down

0 comments on commit c46ea69

Please sign in to comment.