No longer call startForeground in onCreate.
This commit is contained in:
parent
1bdc77affe
commit
68042fc755
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ class FcmFetchForegroundService : Service() {
|
|||
|
||||
override fun onCreate() {
|
||||
Log.d(TAG, "onCreate()")
|
||||
postForegroundNotification()
|
||||
}
|
||||
|
||||
override fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int {
|
||||
|
|
Loading…
Add table
Reference in a new issue