Skip to content

Commit

Permalink
[#28 refactoring] kotlin 빼드림
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahn-seokjoo committed Jun 27, 2024
1 parent 7296991 commit e562142
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fun HomeRoute(
var shouldSnackBarShown by remember { mutableStateOf(false) }

LifecycleResumeEffect(key1 = clipboardManager) {
kotlin.runCatching {
runCatching {
view.post {
copiedText = clipboardManager.getText()?.text.orEmpty()
shouldSnackBarShown = copiedText.isNotBlank()
Expand Down

0 comments on commit e562142

Please sign in to comment.