File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/src/main/java/com/zacharee1/systemuituner/activities Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ class ReadSettingFailActivity : ComponentActivity() {
7272 Spacer (modifier = Modifier .size(8 .dp))
7373
7474 OutlinedButton (onClick = {
75- launchUrl(" https://zwander.dev/dialog-systemuitunersystemsettingsadd-on " )
75+ launchUrl(" https://github.com/zacharee/SystemUITunerSystemSettings " )
7676 }) {
7777 Text (text = stringResource(id = R .string.write_system_fail_get_add_on))
7878 }
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ class WriteSettingFailActivity : ComponentActivity() {
7575 Spacer (modifier = Modifier .size(8 .dp))
7676
7777 OutlinedButton (onClick = {
78- launchUrl(" https://zwander.dev/dialog-systemuitunersystemsettingsadd-on " )
78+ launchUrl(" https://github.com/zacharee/SystemUITunerSystemSettings " )
7979 }) {
8080 Text (text = stringResource(id = R .string.write_system_fail_get_add_on))
8181 }
You can’t perform that action at this time.
0 commit comments