Removed typo
This commit is contained in:
@@ -685,7 +685,7 @@ private fun UrisSection(
|
|||||||
if (ua != null)
|
if (ua != null)
|
||||||
IconButton(
|
IconButton(
|
||||||
onClick = {
|
onClick = {
|
||||||
git if (ua.account.isMobile && Utils.isAirplaneModeOn(ctx)) {
|
if (ua.account.isMobile && Utils.isAirplaneModeOn(ctx)) {
|
||||||
alertTitle.value = ctx.getString(R.string.notice)
|
alertTitle.value = ctx.getString(R.string.notice)
|
||||||
alertMessage.value = ctx.getString(R.string.airplane_mode)
|
alertMessage.value = ctx.getString(R.string.airplane_mode)
|
||||||
showAlert.value = true
|
showAlert.value = true
|
||||||
|
|||||||
Reference in New Issue
Block a user