mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Cleanup
This commit is contained in:
parent
42811751fb
commit
09a918bac4
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue