Cleanup
This commit is contained in:
parent
42811751fb
commit
09a918bac4
|
@ -26,7 +26,5 @@ import android.content.Intent
|
||||||
* This class is used to declare this action.
|
* This class is used to declare this action.
|
||||||
*/
|
*/
|
||||||
class KeepInternalDistributor : BroadcastReceiver() {
|
class KeepInternalDistributor : BroadcastReceiver() {
|
||||||
override fun onReceive(p0: Context?, p1: Intent?) {
|
override fun onReceive(context: Context, intent: Intent) {}
|
||||||
return
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue