You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This caused the app to crash on the titleForHeaderInSection function in CharacterDetailTableViewController with an index out of range. It was trying to load section index 2 but the only value in allSections was the "Character" section. This occurred in commit eb5df1e. It has not been able to be reproduced.
The text was updated successfully, but these errors were encountered:
Actions performed:
This caused the app to crash on the
titleForHeaderInSection
function inCharacterDetailTableViewController
with an index out of range. It was trying to load section index 2 but the only value inallSections
was the "Character" section. This occurred in commit eb5df1e. It has not been able to be reproduced.The text was updated successfully, but these errors were encountered: