From 2ae88aec816e3d6262954f1e8253a11adf2eb0df Mon Sep 17 00:00:00 2001 From: Michael Comella Date: Tue, 21 Jul 2020 13:43:00 -0700 Subject: [PATCH] No issue: add missing newline. --- app/src/main/java/org/mozilla/fenix/FenixApplication.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/java/org/mozilla/fenix/FenixApplication.kt b/app/src/main/java/org/mozilla/fenix/FenixApplication.kt index ef0379ce3..ec45fd058 100644 --- a/app/src/main/java/org/mozilla/fenix/FenixApplication.kt +++ b/app/src/main/java/org/mozilla/fenix/FenixApplication.kt @@ -248,6 +248,7 @@ open class FenixApplication : LocaleAwareApplication() { components.core.topSiteStorage.prefetch() } } + private fun setupPush() { // Sets the PushFeature as the singleton instance for push messages to go to. // We need the push feature setup here to deliver messages in the case where the service