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 15f1d5a commit f2ad4d7Copy full SHA for f2ad4d7
app/src/main/java/ai/elimu/kukariri/receiver/BootReceiver.kt
@@ -6,7 +6,7 @@ import android.content.Intent
6
import android.util.Log
7
8
/**
9
- * This receiver is only used to trigger [BaseApplication.onCreate].
+ * This receiver is only used to trigger [ai.elimu.kukariri.BaseApplication.onCreate].
10
*/
11
class BootReceiver : BroadcastReceiver() {
12
override fun onReceive(context: Context, intent: Intent) {
0 commit comments