1
0
forked from GRIN/grim

send: allow pasting an npub in the Send-to field (issue #1)

The recipient field had a QR-scan button but no paste, so on Android there
was no reliable way to paste an npub. Add the paste button (same one the
slatepack field uses).
This commit is contained in:
Goblin
2026-07-02 09:56:40 -04:00
parent bb2e8602ff
commit 12f78f3af7
+1
View File
@@ -424,6 +424,7 @@ impl SendFlow {
.hint_text(t!("goblin.send.search_hint"))
.text_color(t.surface_text)
.body()
.paste()
.scan_qr();
te.ui(ui, &mut search, cb);
// scan_qr() already starts the camera on tap.