Redraw UI on window resize

This commit is contained in:
veeso
2021-12-28 11:00:00 +01:00
committed by Christian Visintin
parent c1edc20462
commit edd0842273
12 changed files with 18 additions and 0 deletions

View File

@@ -896,6 +896,7 @@ impl FileTransferActivity {
}),
Self::no_popup_mounted_clause(),
),
Sub::new(SubEventClause::WindowResize, SubClause::Always)
]
)
.is_ok());