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

Commit

Permalink
Removed a second call to collapse when bubbles are collapsed
Browse files Browse the repository at this point in the history
Auditors: @bbondy
  • Loading branch information
SergeyZhukovsky committed Sep 12, 2016
1 parent d2e2dea commit 9cf1e7a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@ private void doAnimateToBubbleView(int animTimeMs, boolean fromCloseSystemDialog
mDraggableHelper.cancelAnimation();
}
}
if (fromCloseSystemDialogs && Mode.BubbleView == mMode) {
return;
}

//StackTraceElement[] cause = Thread.currentThread().getStackTrace();
//String log = "";
Expand Down

1 comment on commit 9cf1e7a

@bbondy
Copy link
Member

@bbondy bbondy commented on 9cf1e7a Sep 12, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.