Android build v1.1.27
This commit is contained in:
@@ -860,6 +860,7 @@ function IWantToHeal1App({
|
||||
onExit={() => {
|
||||
setScreen(combatContentId < 0 ? 'roguelike' : dungeon.contentType === 'raid' ? 'raids' : 'dungeons')
|
||||
}}
|
||||
onMainMenu={() => setScreen('menu')}
|
||||
onProfileUpdated={setProfile}
|
||||
/>
|
||||
</Suspense>
|
||||
@@ -893,6 +894,10 @@ function IWantToHeal1App({
|
||||
setRoguelikeVariant('pvp')
|
||||
setScreen('roguelike')
|
||||
}}
|
||||
onMainMenu={() => {
|
||||
setCpuLeaderboard(loadCpuPvpLeaderboard(pvpContentType))
|
||||
setScreen('menu')
|
||||
}}
|
||||
onProfileUpdated={setProfile}
|
||||
profile={profile}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user