Skip to content

Commit

Permalink
AodDepthSubject: ignore remove view Throwable
Browse files Browse the repository at this point in the history
Signed-off-by: DHD2280 <[email protected]>
  • Loading branch information
DHD2280 committed Nov 29, 2024
1 parent 9b4f1b1 commit 3b90970
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,7 @@ private void placeSubject() {
try {
ViewGroup v = (ViewGroup) mLockScreenSubject.getParent();
v.removeView(mLockScreenSubject);
} catch (Throwable t) {
log(t);
}
} catch (Throwable ignored) {}
mAodRootLayout.addView(mLockScreenSubject, 0);
}

Expand Down

0 comments on commit 3b90970

Please sign in to comment.