mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 00:55:12 +00:00
Removed Ui::show from classes that have pointer to Controller.
This commit is contained in:
@@ -507,7 +507,7 @@ void Helper::showEditInfoBox(
|
||||
TextUtilities::ConvertTextTagsToEntities(result.tags)
|
||||
}, done);
|
||||
};
|
||||
Ui::show(
|
||||
controller->show(
|
||||
Box<EditInfoBox>(controller, editData, save),
|
||||
Ui::LayerOption::KeepOther);
|
||||
}
|
||||
|
Reference in New Issue
Block a user