Skip to content

Commit

Permalink
Merge pull request #122 from makeen-project/ALS-1820
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfilimonov authored Jan 21, 2025
2 parents 1c4cbad + 4077f34 commit 0f1ba9e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3926,6 +3926,9 @@ class ExploreFragment :
clearNavigationExitData()
}
}
bottomSheetDirectionSearch.apply {
nsvDirection.smoothScrollTo(0, 0)
}
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.launch
import org.maplibre.android.camera.CameraPosition
import org.maplibre.android.camera.CameraUpdateFactory
import org.maplibre.android.constants.MapLibreConstants
import org.maplibre.android.geometry.LatLng
import org.maplibre.android.geometry.LatLngBounds
import org.maplibre.android.location.LocationComponentActivationOptions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
app:layout_constraintTop_toBottomOf="@id/view_direction_search" />

<androidx.core.widget.NestedScrollView
android:id="@+id/nsv_direction"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_0"
android:layout_marginTop="@dimen/dp_20"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
app:layout_constraintTop_toBottomOf="@id/view_direction_search" />

<androidx.core.widget.NestedScrollView
android:id="@+id/nsv_direction"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_0"
android:layout_marginTop="@dimen/dp_20"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/bottom_sheet_direction_search.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
app:layout_constraintTop_toBottomOf="@id/view_direction_search" />

<androidx.core.widget.NestedScrollView
android:id="@+id/nsv_direction"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_0"
android:fillViewport="true"
Expand Down

0 comments on commit 0f1ba9e

Please sign in to comment.