Skip to content

Commit

Permalink
Update app/src/main/java/app/revanced/manager/ui/screen/settings/Adva…
Browse files Browse the repository at this point in the history
…ncedSettingsScreen.kt
  • Loading branch information
validcube committed Aug 9, 2024
1 parent 2b305bf commit 6795de8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ fun AdvancedSettingsScreen(
headlineContent = stringResource(R.string.debug_logs_export),
modifier = Modifier.clickable { exportDebugLogsLauncher.launch(vm.debugLogFileName) }
)
val clipboard = remember { context.getSystemService(CLIPBOARD_SERVICE) as ClipboardManager }
val clipboard = remember { context.getSystemService<ClipboardManager>() }
val deviceContent = """
Version: ${BuildConfig.VERSION_NAME} (${BuildConfig.VERSION_CODE})
Build type: ${BuildConfig.BUILD_TYPE}
Expand Down

0 comments on commit 6795de8

Please sign in to comment.