File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
shared/src/commonMain/kotlin/org/jetbrains/kotlinconf Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,6 @@ fun NavGraphBuilder.screens(navController: NavHostController) {
135135 onBack = navController::navigateUp,
136136 onGitHubRepo = { uriHandler.openUri(URLs .GITHUB_REPO ) },
137137 onRateApp = { getStoreUrl()?.let { uriHandler.openUri(it) } },
138- onSettings = { navController.navigate(SettingsScreen ) },
139138 onPrivacyNotice = { navController.navigate(AppPrivacyNoticeScreen ) },
140139 onTermsOfUse = { navController.navigate(AppTermsOfUseScreen ) },
141140 onLicenses = { navController.navigate(LicensesScreen ) },
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ fun AboutAppScreen(
4545 onBack : () -> Unit ,
4646 onGitHubRepo : () -> Unit ,
4747 onRateApp : () -> Unit ,
48- onSettings : () -> Unit ,
4948 onPrivacyNotice : () -> Unit ,
5049 onTermsOfUse : () -> Unit ,
5150 onLicenses : () -> Unit ,
You can’t perform that action at this time.
0 commit comments