mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-19 09:34:19 +01:00
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:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user