From bb598531b5b575ca03d7efc4e79ab02a4b882bd8 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 30 Jul 2020 16:50:15 +0800 Subject: Start loading posts after the last viewed post in PostFragment when refreshing and first load. --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 9bed2fff..2c2a225e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -95,6 +95,7 @@ dependencies { implementation 'me.zhanghai.android.fastscroll:library:1.1.2' implementation "com.thefuntasty.hauler:core:3.1.0" implementation 'com.github.Piasy:BigImageViewer:1.6.5' + implementation 'com.fewlaps.quitnowcache:quitnow-cache:3.4.0' def toroVersion = '3.7.0.2010003' implementation "im.ene.toro3:toro:$toroVersion" -- cgit v1.2.3