Skip to content

Commit

Permalink
#337 避免内存泄露
Browse files Browse the repository at this point in the history
  • Loading branch information
liyujiang-gzu committed Jul 17, 2023
1 parent c8bc005 commit 58d94fd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ protected void removeMaskView() {
// Activity ...... has leaked window android.view.View
DialogLog.print(e);
}
maskView = null;
}

}

0 comments on commit 58d94fd

Please sign in to comment.