Skip to content

Commit

Permalink
Fix exit on uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Feb 21, 2021
1 parent a6e1895 commit a526d6b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ class ApkChangedObserver internal constructor(private val path: String, mask: In

override fun onEvent(event: Int, path: String?) {
Log.d("ShizukuServer", "onEvent: $event $path")
if (path?.endsWith(".apk") == false) return
if ((event and 0x00008000) != 0) return
stopWatching()
listeners.forEach { it.onApkChanged() }
Expand Down

0 comments on commit a526d6b

Please sign in to comment.