Fetch unread messages periodically (15 mins for test) using WorkManager. Click new comment notifications to view new comment in ViewPostDetailActivity.

This commit is contained in:
Alex Ning
2019-08-17 17:43:29 +08:00
parent 627bad649b
commit 21c9eb03ed
13 changed files with 506 additions and 0 deletions

View File

@@ -79,4 +79,5 @@ dependencies {
implementation 'com.github.livefront:bridge:v1.2.0'
implementation 'com.evernote:android-state:1.4.1'
annotationProcessor 'com.evernote:android-state-processor:1.4.1'
implementation "androidx.work:work-runtime:2.2.0"
}