Load All comments of a post using paging library. Loading comments of comments is now broken.

This commit is contained in:
Alex Ning
2019-02-12 14:37:36 +08:00
parent 0e1abee883
commit 0d6296c1a4
16 changed files with 866 additions and 60 deletions

View File

@@ -59,7 +59,7 @@ dependencies {
annotationProcessor "android.arch.lifecycle:compiler:$rootProject.archLifecycleVersion"
implementation 'io.reactivex.rxjava2:rxandroid:2.1.0'
implementation 'io.reactivex.rxjava2:rxjava:2.2.0'
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation 'com.squareup.retrofit2:retrofit:2.5.0'
implementation 'com.squareup.retrofit2:converter-scalars:2.4.0'
implementation 'jp.wasabeef:glide-transformations:4.0.0'
implementation 'com.muditsen.multilevelrecyclerview:multilevelview:1.0.0'