Skip to content

Commit

Permalink
Removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanOltmann committed Oct 15, 2024
1 parent 6dc183b commit 9523315
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/src/commonMain/kotlin/ui/AsteroidMapView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,6 @@ fun AsteroidMap(
val geyserClickModifier = if (enableClickListener)
Modifier.noRippleClickable {

if (enableClickListener)
return@noRippleClickable

highlightedGeyser.value = geyser

onGeyserClick?.invoke(geyser)
Expand Down

0 comments on commit 9523315

Please sign in to comment.