Skip to content

Commit

Permalink
supplement
Browse files Browse the repository at this point in the history
supplement
  • Loading branch information
goldze committed Aug 23, 2019
1 parent cf54ecb commit 35537d9
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,13 @@ public void onRepeat(int index) {
}
});
}

@Override
protected void onDestroy() {
super.onDestroy();
if (mFragments != null) {
mFragments.clear();
mFragments = null;
}
}
}

0 comments on commit 35537d9

Please sign in to comment.