[FL-3496, FL-3523, FL-3767, FL-3790] Infrared fixes and more (#3515)

* FL-3496: do not hardcode universal library names in CLI
* FL-3523: remove TODO, no changes necessary
* FL-3767: remove TODO, no changes necessary
* FL-3790: fix laggy TextInput by not adding it into a ViewStack
* Improve documentation
* Fix logical error in documentation

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Georgii Surkov
2024-03-20 17:54:07 +03:00
committed by GitHub
parent 1c033e2afe
commit 7987917d85
13 changed files with 84 additions and 49 deletions

View File

@@ -1,6 +1,8 @@
/**
* @file view_dispatcher.h
* GUI: ViewDispatcher API
* @brief GUI: ViewDispatcher API
*
* @warning Views added to a ViewDispatcher MUST NOT be in a ViewStack at the same time.
*/
#pragma once