Use EventBus to send post list from PostFragment to ViewPostDetailActivity.

This commit is contained in:
Alex Ning
2021-02-12 23:36:44 +08:00
parent a5e70b9775
commit 288f1777d9
6 changed files with 144 additions and 64 deletions

View File

@@ -172,5 +172,5 @@ dependencies {
/**** Builds and flavors ****/
// debugImplementation because LeakCanary should only run in debug builds.
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.5'
//debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.5'
}