Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Revert "Fix crash"
Browse files Browse the repository at this point in the history
This reverts commit 4f49a5a
  • Loading branch information
realwind2048 committed Sep 25, 2019
1 parent 4f49a5a commit a28c20b
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,7 @@ private void closeWithThrowingAnimation(Point targetPoint) {
mFloatingTab.closeAnimation(targetPoint, new Runnable() {
@Override
public void run() {
try {
activateDragger();
} catch (Exception e) {
// Do nothing. This may happen only on testing
}
activateDragger();
onClose(true);
}
});
Expand Down

0 comments on commit a28c20b

Please sign in to comment.