De-xtreme-ify the code

This commit is contained in:
VerstreuteSeele
2023-02-11 16:13:49 +01:00
parent 6b99999566
commit 371f3b3869
3 changed files with 10 additions and 16 deletions

View File

@@ -463,7 +463,6 @@ void archive_switch_tab(ArchiveBrowserView* browser, InputKey key) {
} else {
tab = (tab + 1) % ArchiveTabTotal;
}
if(tab == ArchiveTabInternal && !furi_hal_rtc_is_flag_set(FuriHalRtcFlagDebug)) continue;
break;
}