android/input: add copy/paste context to post input

Fixes: https://github.com/damus-io/notedeck/issues/942
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-07-11 15:36:56 -07:00
parent 6596e89e29
commit 44edffc596
5 changed files with 21 additions and 13 deletions

View File

@@ -432,6 +432,7 @@ fn render_nav_body(
pool: ctx.pool,
job_pool: ctx.job_pool,
unknown_ids: ctx.unknown_ids,
clipboard: ctx.clipboard,
current_account_has_wallet: get_current_wallet(ctx.accounts, ctx.global_wallet).is_some(),
};
match top {
@@ -604,7 +605,7 @@ fn render_nav_body(
&(&ctx.accounts.get_selected_account().key).into(),
&mut app.jobs,
)
.show(ui, ctx.clipboard)
.show(ui)
.map(RenderNavAction::NoteAction)
}
Route::NewDeck => {