Skip to content

Commit be22023

Browse files
Fix scan start feedback being overwritten
1 parent 2dba662 commit be22023

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/handler.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ pub async fn handle_key_events(key_event: KeyEvent, app: &mut App) -> Result<()>
6464
{
6565
app.clear_error();
6666
app.wifi_scan().await?;
67-
app.refresh_current().await;
6867
}
6968

7069
KeyCode::Char(c)

0 commit comments

Comments
 (0)