mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
rectify copy to clipboard feat
This commit is contained in:
@@ -130,7 +130,7 @@ class SearchResultIconRow(context: Context, attrs: AttributeSet?) :
|
||||
setOnClickListener {
|
||||
copyToClipboard(
|
||||
context = context,
|
||||
text = target.extras.getString("result"),
|
||||
text = target.extras.getString("result").toString(),
|
||||
toastMessage = context.getString(R.string.calculator_search_result_copied_toast),
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user