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:
@@ -1,5 +1,6 @@
|
||||
pub mod layout;
|
||||
pub mod listview;
|
||||
pub mod modal;
|
||||
pub mod playlists;
|
||||
pub mod queue;
|
||||
pub mod search;
|
||||
|
||||
Reference in New Issue
Block a user