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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user