Dawid Drozd 63395f5a7e Secure EventBus from wrong usage
For example user previously could do such thing:

bus.listen<const MyEvent>(...)

bus.listen<MyEvent>(...)

Those we 2 different events :/
2018-07-27 14:38:40 +02:00
..
2018-07-24 13:03:15 +02:00