280 feature request go to path auto completion (#287)

This commit is contained in:
Christian Visintin
2024-10-03 17:11:25 +02:00
committed by GitHub
parent 8e2ffeabce
commit 3f01be3baa
11 changed files with 509 additions and 92 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ const LOG_CAPACITY: usize = 256;
impl FileTransferActivity {
/// Call `Application::tick()` and process messages in `Update`
pub(super) fn tick(&mut self) {
match self.app.tick(PollStrategy::UpTo(3)) {
match self.app.tick(PollStrategy::UpTo(1)) {
Ok(messages) => {
if !messages.is_empty() {
self.redraw = true;