Skip to content

Commit

Permalink
Bottom sheet bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
shashvat-kedia committed Feb 6, 2018
1 parent 3923bc9 commit 38b17e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ public boolean onTouch(View v, MotionEvent event) {
});
uploadToTextView.setText(String.format(getResources().getString(R.string.upload_to),getResources().getString(R.string.app_name)));
uploadBottomSheetBehavior = BottomSheetBehavior.from((View) uploadBottomSheet.getParent());
uploadBottomSheetBehavior.setPeekHeight(400);
uploadBottomSheetBehavior.setPeekHeight(-1);
dialog.show();
getFabMain().collapse();
recordMiniFabClick();
Expand Down

0 comments on commit 38b17e2

Please sign in to comment.