Skip to content

Commit

Permalink
add toast duration
Browse files Browse the repository at this point in the history
  • Loading branch information
LuftVerbot committed Aug 2, 2023
1 parent 67304aa commit bf098bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class ExternalIntents {
}
} else {
withUIContext {
context.toast(R.string.install_amnis)
context.toast(R.string.install_amnis, 8)
}
}
data = uri
Expand Down

0 comments on commit bf098bd

Please sign in to comment.