Fixed a bug where the panel could get stuck closing am: b0e4f9e97e am: 157e60f7a2 am: 341d544693
am: e4fd7227eb
* commit 'e4fd7227ebffb6f33c875c4d1bf48be75ae9f33a':
Fixed a bug where the panel could get stuck closing
This commit is contained in:
@@ -128,7 +128,6 @@ public abstract class PanelView extends FrameLayout {
|
||||
};
|
||||
|
||||
protected void onExpandingFinished() {
|
||||
endClosing();
|
||||
mBar.onExpandingFinished();
|
||||
}
|
||||
|
||||
@@ -143,6 +142,7 @@ public abstract class PanelView extends FrameLayout {
|
||||
}
|
||||
|
||||
protected final void notifyExpandingFinished() {
|
||||
endClosing();
|
||||
if (mExpanding) {
|
||||
mExpanding = false;
|
||||
onExpandingFinished();
|
||||
|
||||
Reference in New Issue
Block a user