Skip to content

Commit

Permalink
Code review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shashvat-kedia committed Feb 8, 2018
1 parent 82a025e commit 872cf00
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ public boolean onTouch(View v, MotionEvent event) {
});
uploadToTextView.setText(String.format(getResources().getString(R.string.upload_to),getResources().getString(R.string.app_name)));
final BottomSheetBehavior uploadBottomSheetBehavior = BottomSheetBehavior.from((View) uploadBottomSheet.getParent());
uploadBottomSheetBehavior.setState(BottomSheetBehavior.STATE_EXPANDED);
dialog.setOnShowListener(new DialogInterface.OnShowListener() {
@Override
public void onShow(DialogInterface dialog) {
Expand Down

0 comments on commit 872cf00

Please sign in to comment.