1
0

Merge pull request #10284 from f321x/xml_clipboard

android: qr scanner: add emoji to clipboard string
This commit is contained in:
ghost43
2025-10-28 13:56:38 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ EXCLUDE_EXTENSIONS = {
UNICODE_WHITELIST = {
"💬", "🗯", "", chr(0xfe0f), "", "", "", "", "", "", "", "",
"á", "é", "",
"", "", "", "",
"", "", "", "", "📋",
}
exit_code = 0

View File

@@ -31,6 +31,6 @@
android:layout_gravity="center|bottom"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Paste from clipboard" />
android:text="Paste from clipboard 📋" />
</FrameLayout>