From 4b1b354d8b02faac2e11c1e88229c488ea9b7693 Mon Sep 17 00:00:00 2001 From: Demolemon11 Date: Fri, 15 Nov 2024 10:35:41 +0800 Subject: [PATCH] Fix send permission --- src/home/room_screen.rs | 56 ++++++++++++++++++++--------------------- src/sliding_sync.rs | 22 ++++++++++------ 2 files changed, 42 insertions(+), 36 deletions(-) diff --git a/src/home/room_screen.rs b/src/home/room_screen.rs index 23b0aeeb..c15c3736 100644 --- a/src/home/room_screen.rs +++ b/src/home/room_screen.rs @@ -613,30 +613,7 @@ live_design! { // A jump to bottom button (with an unread message badge) that is shown // when the timeline is not at the bottom. - { - flow: Down - - jump_to_bottom = { } - - no_send_permisson_notice = { - visible: false - show_bg: true - draw_bg: { - color: #xFF000030 - } - padding: {left: 90} - align: {y: 0.5} - width: Fill, height: 28, - -