We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0b5d3 commit e73737fCopy full SHA for e73737f
app/src/main/kotlin/com/simplemobiletools/flashlight/helpers/ShutDownReceiver.kt
@@ -6,7 +6,7 @@ import android.content.Intent
6
import kotlin.system.exitProcess
7
8
class ShutDownReceiver : BroadcastReceiver() {
9
- override fun onReceive(p0: Context?, p1: Intent?) {
+ override fun onReceive(context: Context?, intent: Intent?) {
10
exitProcess(0)
11
}
12
0 commit comments