Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dude so hot authored and revonateB0T committed Sep 20, 2024
1 parent ba75cda commit b9da0ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ abstract class ViewerNavigation {
data class Region(val rect: Rect, val type: NavigationRegion) {
fun invert(invertMode: TappingInvertMode): Region {
if (invertMode == TappingInvertMode.NONE) return this
return this.copy(rect = rect.invert(invertMode))
return copy(rect = rect.invert(invertMode))
}
}

Expand Down

0 comments on commit b9da0ed

Please sign in to comment.