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
During the loading of individual notifications, momentarily, a default screen with Lorem Ipsum is shown, which may be a placeholder text. An alternative such as loading... or similar placeholders would help convey the current status much more clearly to the average user.
Possible Solution
All the texts are saved in app/src/main/res/values/strings.xml. One possibility is to add another string for loading... which can then be replaced in the correct positions.
The text was updated successfully, but these errors were encountered:
The Issue
During the loading of individual notifications, momentarily, a default screen with
Lorem Ipsum
is shown, which may be a placeholder text. An alternative such asloading...
or similar placeholders would help convey the current status much more clearly to the average user.Possible Solution
All the texts are saved in app/src/main/res/values/strings.xml. One possibility is to add another string for
loading...
which can then be replaced in the correct positions.The text was updated successfully, but these errors were encountered: