Skip to content

Commit 742b418

Browse files
chore: add missing field to MyApplication
1 parent b172c6a commit 742b418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/dev/jahir/kuper/app/MyApplication.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import dev.jahir.frames.ui.FramesApplication
77
// import com.onesignal.OSNotificationReceivedEvent
88
// import dev.jahir.frames.extensions.context.preferences
99

10-
class MyApplication : FramesApplication() {
10+
class MyApplication : FramesApplication(BuildConfig.ONESIGNAL_APP_ID) {
1111
override fun onCreate() {
1212
super.onCreate()
1313
// TODO: Remove comment marks to enable

0 commit comments

Comments
 (0)