Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
罗孟伟 committed Mar 10, 2020
1 parent d868170 commit 7f5d9d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
Binary file modified .idea/caches/gradle_models.ser
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,12 @@ protected void initWidgets() {
@Override
public void onEnterAnimationComplete() {
super.onEnterAnimationComplete();
if (!config.isFallbackVersion2 || Build.VERSION.SDK_INT > Build.VERSION_CODES.KITKAT) {
if (!isFirstEnterActivity) {
loadAllMediaData();
isFirstEnterActivity = true;
if (Build.VERSION.SDK_INT > Build.VERSION_CODES.KITKAT) {
if (!config.isFallbackVersion2) {
if (!isFirstEnterActivity) {
loadAllMediaData();
isFirstEnterActivity = true;
}
}
}
}
Expand Down

0 comments on commit 7f5d9d0

Please sign in to comment.