DungeonPaper/dungeon-paper-app

[BUG] Character updates cause character switching

chenasraf opened this issue · 1 comments

Describe the bug
Updating any data on the character causes it to switch to a different character. The updates are preserved and still working.

To Reproduce
Steps to reproduce the behavior:

  1. Select a character that's not your first in the list/last used character
  2. Update HP (for example)
  3. See a different character take display priority

Expected behavior
Character shouldn't skip to a different one after updating and should remain on the same page/view

Smartphone (please complete the following information):

  • Device: OnePlus One 7 Pro
  • OS: Android 10
  • Version 1.1.16+1

Additional context
Problem exists in alpha but not in beta.

Fixed by 71ef477