This commit is contained in:
Benoit Marty 2022-06-01 15:35:49 +02:00 committed by Benoit Marty
parent 42811751fb
commit 09a918bac4
1 changed files with 1 additions and 3 deletions

View File

@ -26,7 +26,5 @@ import android.content.Intent
* This class is used to declare this action.
*/
class KeepInternalDistributor : BroadcastReceiver() {
override fun onReceive(p0: Context?, p1: Intent?) {
return
}
override fun onReceive(context: Context, intent: Intent) {}
}