Rubén Graf
Results
1
issues of
Rubén Graf
You have the following code: ``` mBottomSheetContentView.setOnClickListener(new OnClickListener() { @Override public void onClick(final View v) { mBottomSheetLayout.expandSheet(); } }); ``` The correct for me is this one: ``` mBottomSheetContentView.setOnClickListener(new OnClickListener()...