Skip to content

Commit ff7d535

Browse files
authored
Refactor OtherScreen.kt for improved structure
1 parent bf2f9b2 commit ff7d535

File tree

1 file changed

+3
-3
lines changed
  • app/src/main/kotlin/com/dergoogler/mmrl/ui/screens/settings/other

1 file changed

+3
-3
lines changed

app/src/main/kotlin/com/dergoogler/mmrl/ui/screens/settings/other/OtherScreen.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ fun OtherScreen() {
6767
Description(R.string.settings_provider_service_desc)
6868
}
6969

70-
if (BuildConfig.IS_DEV_VERSION || BuildConfig.IS_SPOOFED_BUILD) {
7170
TextEditDialogItem(
7271
value = userPreferences.webuixPackageName,
7372
onConfirm = viewModel::setWebuixPackageName
7473
) {
7574
Title(context.getString(R.string.settings_set_spoofed_wxp))
7675
Description(context.getString(R.string.settings_set_spoofed_wxp_desc))
7776
}
78-
}
77+
7978
}
80-
}
79+
80+
}

0 commit comments

Comments
 (0)