Skip to content

Commit

Permalink
修复BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
goweii committed Sep 21, 2019
1 parent 3db1396 commit c3a9a0a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ public void attachTo(Activity activity) {
}

private void findPreviousChildView(){
mPreviousChildView = null;
Activity previousActivity = SwipeBackManager.getInstance().getPreviousActivity();
if (previousActivity != null) {
ViewGroup previousDecorView = (ViewGroup) previousActivity.getWindow().getDecorView();
Expand Down

0 comments on commit c3a9a0a

Please sign in to comment.