Fixed javadoc issue (#5481)

This commit is contained in:
Kanahia 2024-01-27 19:10:18 +05:30 committed by GitHub
parent 96b2608eb1
commit 71de19f27b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -370,9 +370,9 @@ public class ExploreMapFragment extends CommonsDaggerSupportFragment
} }
/** /**
* a) Creates bottom sheet behaviours from bottom sheet, sets initial states and visibility b) * a) Creates bottom sheet behaviours from bottom sheet, sets initial states and visibility
* Gets the touch event on the map to perform following actions: if bottom sheet details are * b) Gets the touch event on the map to perform following actions:
* expanded or collapsed hide the bottom sheet details. * if bottom sheet details are expanded or collapsed hide the bottom sheet details.
*/ */
@SuppressLint("ClickableViewAccessibility") @SuppressLint("ClickableViewAccessibility")
private void initBottomSheets() { private void initBottomSheets() {