feat:fix when reloading call onCreate and onShow

This commit is contained in:
pengfei.zhou
2020-02-29 15:00:46 +08:00
committed by osborn
parent eb6ba3ee36
commit d713b04d51
4 changed files with 7 additions and 2 deletions

View File

@@ -36,4 +36,5 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0'
implementation "com.qmuiteam:qmui:1.4.0"
}