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 potentially solves a reported issue that we don't quite know how to reproduce. The reported error message is: undefined is not an object (evaluating 'this.folders().size') which seem to only occur on iOS at the time of writing this.
Actual time: 0.5h
Test notes
Navigating between folders works
Clicking move mail shows correct target folders
In normal view
In search view
Available mail folders in search view work as intended
The text was updated successfully, but these errors were encountered:
This potentially solves a reported issue that we don't quite know how
to reproduce. MailModel.folders.size is being read before
MailModel.folders is set to a Map.
Close#7966
Co-authored-by: paw <paw-hub@users.noreply.github.com>
hrb-hub
added
bug
broken functionality, usability problems, unexpected errors
ios
issues that concern the ios client but not all clients
labels
Nov 18, 2024
This potentially solves a reported issue that we don't quite know how
to reproduce. MailModel.folders.size is being read before
MailModel.folders is set to a Map.
Close#7966
Co-authored-by: paw <paw-hub@users.noreply.github.com>
This potentially solves a reported issue that we don't quite know how to reproduce. The reported error message is:
undefined is not an object (evaluating 'this.folders().size')
which seem to only occur on iOS at the time of writing this.Actual time: 0.5h
Test notes
The text was updated successfully, but these errors were encountered: