Skip to content

Commit

Permalink
Open guide in bottom sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Nov 11, 2023
1 parent e0e24f2 commit a33422e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class MapsFragment : BoundFragment<FragmentMapsBinding>() {
}

private fun openGuide() {
UserGuideUtils.showGuide(this, R.raw.importing_maps)
UserGuideUtils.openGuide(this, R.raw.importing_maps)
}

private fun calibrate() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class ToolsFragment : BoundFragment<FragmentTools2Binding>() {
updatePinnedTools()
}
2 -> {
UserGuideUtils.openGuide(this, it.guideId!!)
UserGuideUtils.showGuide(this, it.guideId!!)
}
}
true
Expand Down

0 comments on commit a33422e

Please sign in to comment.