Skip to content
Browse files

Get rid of pending user content view after we no longer need it.

  • Loading branch information...
1 parent c61097a commit 806ee7a3317ad0853c10ff9f1cfb2aeefcd7425c @roughike committed
Showing with 1 addition and 0 deletions.
  1. +1 −0 bottom-bar/src/main/java/com/roughike/bottombar/BottomBar.java
View
1 bottom-bar/src/main/java/com/roughike/bottombar/BottomBar.java
@@ -621,6 +621,7 @@ private void initializeViews() {
}
mUserContentContainer.addView(mPendingUserContentView, 0, params);
+ mPendingUserContentView = null;
}
if (mIsShy && !mIsTabletMode) {

0 comments on commit 806ee7a

Please sign in to comment.
Something went wrong with that request. Please try again.