Skip to content

Commit

Permalink
Fix select location navigate back
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa authored and Pururun committed Dec 6, 2023
1 parent e7ee60c commit 6aa1be5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package net.mullvad.mullvadvpn.compose.screen

import androidx.compose.animation.animateContentSize
import androidx.compose.foundation.Image
import androidx.compose.foundation.background
import androidx.compose.foundation.clickable
import androidx.compose.foundation.layout.Column
Expand Down Expand Up @@ -112,8 +113,7 @@ fun SelectLocationScreen(
painter = painterResource(id = R.drawable.icon_back),
contentDescription = null,
tint = Color.Unspecified,
modifier =
Modifier.size(Dimens.titleIconSize).rotate(270f).clickable { onBackClick() }
modifier = Modifier.size(Dimens.titleIconSize).rotate(270f)
)
}
Text(
Expand Down

0 comments on commit 6aa1be5

Please sign in to comment.