Fix loading party when opening view

This commit is contained in:
Phillip Thelen 2019-11-06 12:28:41 +01:00
parent 1054a575db
commit b69fd0c8f5
2 changed files with 3 additions and 1 deletions

View file

@ -151,7 +151,7 @@ android {
multiDexEnabled true
resConfigs "en", "bg", "de", "en-rGB", "es", "fr", "hr-rHR", "in", "it", "iw", "ja", "ko", "lt", "nl", "pl", "pt-rBR", "pt-rPT", "ru", "tr", "zh", "zh-rTW"
versionCode 2289
versionCode 2291
versionName "2.3"
}

View file

@ -70,6 +70,8 @@ class PartyFragment : BaseMainFragment() {
this.tutorialStepIdentifier = "party"
this.tutorialText = getString(R.string.tutorial_party)
viewModel.retrieveGroup { }
}
override fun injectFragment(component: UserComponent) {