This commit is contained in:
X1nto 2020-05-27 21:23:10 +04:00
parent 02f153ee8c
commit 5c7d14294a
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ class MainActivity : Main() {
}
LocalBroadcastManager.getInstance(this).registerReceiver(broadcastReceiver, IntentFilter(
BLANK_INTENT
INSTALL_COMPLETED
))
}
@ -68,7 +68,7 @@ class MainActivity : Main() {
override fun onResume() {
super.onResume()
LocalBroadcastManager.getInstance(this).registerReceiver(broadcastReceiver, IntentFilter(
BLANK_INTENT
INSTALL_COMPLETED
))
}