mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-06 14:59:04 +00:00
Clean up navigation stack alloc/delete sequence.
This commit is contained in:
@@ -72,8 +72,9 @@ private:
|
||||
std::vector<View*> view_stack;
|
||||
|
||||
Widget* view() const;
|
||||
void set_view(Widget* const new_view);
|
||||
|
||||
void free_view();
|
||||
void update_view();
|
||||
void push_view(View* new_view);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user