android: qr scanner: add emoji to clipboard string
The string is not translated and might not be accessible for non-english speakers, even though its relatively self-explanatory i think adding this emoji makes it more accessible.
This commit is contained in:
@@ -29,7 +29,7 @@ EXCLUDE_EXTENSIONS = {
|
|||||||
UNICODE_WHITELIST = {
|
UNICODE_WHITELIST = {
|
||||||
"💬", "🗯", "⚠", chr(0xfe0f), "✓", "▷", "▽", "…", "•", "█", "™", "≈",
|
"💬", "🗯", "⚠", chr(0xfe0f), "✓", "▷", "▽", "…", "•", "█", "™", "≈",
|
||||||
"á", "é", "’",
|
"á", "é", "’",
|
||||||
"│", "─", "└", "├",
|
"│", "─", "└", "├", "📋",
|
||||||
}
|
}
|
||||||
|
|
||||||
exit_code = 0
|
exit_code = 0
|
||||||
|
|||||||
@@ -31,6 +31,6 @@
|
|||||||
android:layout_gravity="center|bottom"
|
android:layout_gravity="center|bottom"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="Paste from clipboard" />
|
android:text="Paste from clipboard 📋" />
|
||||||
|
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
|||||||
Reference in New Issue
Block a user