implement modal view wrapper

this wrapper swallows all events that were not processed by the child view. it
can be used for modal dialogs.
This commit is contained in:
Henrik Friedrichsen
2019-03-24 16:30:48 +01:00
parent 43a1dc654f
commit 212edcb18c
2 changed files with 23 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
pub mod layout;
pub mod listview;
pub mod modal;
pub mod playlists;
pub mod queue;
pub mod search;