mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-14 22:54:15 +01:00
remove reporting
This commit is contained in:
parent
bfafcad8e8
commit
b2f195a15a
5 changed files with 0 additions and 81 deletions
|
|
@ -32,14 +32,6 @@ public class PopupHandler : WindowMediatorSubscriberBase
|
|||
|
||||
_handlers = popupHandlers.ToHashSet();
|
||||
|
||||
Mediator.Subscribe<OpenReportPopupMessage>(this, (msg) =>
|
||||
{
|
||||
_openPopup = true;
|
||||
_currentHandler = _handlers.OfType<ReportPopupHandler>().Single();
|
||||
((ReportPopupHandler)_currentHandler).Open(msg);
|
||||
IsOpen = true;
|
||||
});
|
||||
|
||||
Mediator.Subscribe<OpenBanUserPopupMessage>(this, (msg) =>
|
||||
{
|
||||
_openPopup = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue