Merge pull request #10284 from f321x/xml_clipboard
android: qr scanner: add emoji to clipboard string
This commit is contained in:
@@ -29,7 +29,7 @@ EXCLUDE_EXTENSIONS = {
|
||||
UNICODE_WHITELIST = {
|
||||
"💬", "🗯", "⚠", chr(0xfe0f), "✓", "▷", "▽", "…", "•", "█", "™", "≈",
|
||||
"á", "é", "’",
|
||||
"│", "─", "└", "├",
|
||||
"│", "─", "└", "├", "📋",
|
||||
}
|
||||
|
||||
exit_code = 0
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user