.
This commit is contained in:
@@ -139,6 +139,7 @@ public class DirectionToHomeActivity extends AppCompatActivity
|
||||
.build();
|
||||
|
||||
bottomSheetBehavior = BottomSheetBehavior.from(binding.directionBs);
|
||||
bottomSheetBehavior.setState(BottomSheetBehavior.STATE_EXPANDED);
|
||||
bottomSheetBehavior.addBottomSheetCallback(new BottomSheetBehavior.BottomSheetCallback() {
|
||||
@Override
|
||||
public void onStateChanged(@NonNull View bottomSheet, int newState) {
|
||||
|
||||
Reference in New Issue
Block a user