add warn when enable stealth mode & add nav valid check (#1823)

* add warn when enable stealth

* change FLASH ERROR to FLASH ERR cuz previous one were overlapped with date

* check if nav is valid
This commit is contained in:
ʎʞsʌoʞᴉɐɥɔꓕ ɹʇoʎꓒ 2024-01-30 13:58:40 +08:00 committed by GitHub
parent a4f6bbda5e
commit 8068517808
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 2 deletions

View file

@ -94,6 +94,7 @@ class NavigationView : public View {
NavigationView& operator=(NavigationView&&) = delete;
bool is_top() const;
bool is_valid() const;
template <class T, class... Args>
T* push(Args&&... args) {