Skip to content

Commit

Permalink
chore: add missing field to MyApplication
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed May 21, 2023
1 parent b172c6a commit 742b418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/kotlin/dev/jahir/kuper/app/MyApplication.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import dev.jahir.frames.ui.FramesApplication
// import com.onesignal.OSNotificationReceivedEvent
// import dev.jahir.frames.extensions.context.preferences

class MyApplication : FramesApplication() {
class MyApplication : FramesApplication(BuildConfig.ONESIGNAL_APP_ID) {
override fun onCreate() {
super.onCreate()
// TODO: Remove comment marks to enable
Expand Down

0 comments on commit 742b418

Please sign in to comment.