-
- Downloads
Improve reliability of launching FCM foreground service.
We were getting weird errors around the service not calling startForeground() that I couldn't reproduce. I figure it must be something with how we only sometimes start the FcmFetchService in the foreground. So I think the safest thing to do is to just use GenericForegroundService.
Showing
- app/src/main/java/org/thoughtcrime/securesms/gcm/FcmFetchService.java 26 additions, 11 deletions.../java/org/thoughtcrime/securesms/gcm/FcmFetchService.java
- app/src/main/java/org/thoughtcrime/securesms/gcm/FcmReceiveService.java 3 additions, 2 deletions...ava/org/thoughtcrime/securesms/gcm/FcmReceiveService.java
- app/src/main/java/org/thoughtcrime/securesms/jobs/PushReceivedJob.java 0 additions, 15 deletions...java/org/thoughtcrime/securesms/jobs/PushReceivedJob.java
- app/src/main/java/org/thoughtcrime/securesms/util/FeatureFlags.java 9 additions, 2 deletions...in/java/org/thoughtcrime/securesms/util/FeatureFlags.java
Loading
Please register or sign in to comment