Skip to content

Fix waypoints #2237

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 25, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix detekt (fr this time)
  • Loading branch information
RCGV1 committed Jun 23, 2025
commit dbeace46398049d009c2b22cb1e984bb9d34c7fe
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ internal fun EditWaypointDialog(
val emoji = if (waypointInput.icon == 0) 128205 else waypointInput.icon
var showEmojiPickerView by remember { mutableStateOf(false) }


// Get current context for dialogs
val context = LocalContext.current
val calendar = Calendar.getInstance()
Expand Down