mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-12 01:43:49 +01:00
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.
|
||||
*/
|
||||
class KeepInternalDistributor : BroadcastReceiver() {
|
||||
override fun onReceive(p0: Context?, p1: Intent?) {
|
||||
return
|
||||
}
|
||||
override fun onReceive(context: Context, intent: Intent) {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user