Text Box: fix displaying text with end text focus (#3658)

* text box: fix reset text offset state after initial text iteration
* debug: add tests for text box view debug app
* hal: flash: removed redundant #else

Co-authored-by: hedger <hedger@nanode.su>
This commit is contained in:
gornekich
2024-05-22 18:14:33 +01:00
committed by GitHub
parent e0797131ec
commit 11070c9e5e
3 changed files with 30 additions and 4 deletions

View File

@@ -19,7 +19,6 @@
#ifdef FLASH_OP_DEBUG
#undef FURI_LOG_T
#define FURI_LOG_T(...)
#else
#endif
#define FURI_HAL_CRITICAL_MSG "Critical flash operation fail"