I’m using MvRx and trying to understand a concept ...
# android
c
I’m using MvRx and trying to understand a concept by instantiating two instances of a fragment on one screen. I think the problem is in my XML as no matter what I do, I only get one instance of the fragment. Any help would be awesome. activity_main.xml: https://hatebin.com/unvpqkogum MainActivity.kt: https://hatebin.com/pakrzqrfny