wordpress-mobile / WordPress-Android

WordPress for Android
http://android.wordpress.org
GNU General Public License v2.0
2.96k stars 1.31k forks source link

Migrate ReaderCommentService to WorkManager #20985

Open notandyvee opened 3 months ago

notandyvee commented 3 months ago

Android API 26 background service limitations were introduced. ReaderCommentService should either be migrated to WorkManager, or more likely, ViewModel. Background services may behave differently as updates are made.

dangermattic commented 3 months ago

Thanks for reporting! 👍