Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-02Fix crash on some devices caused by maxLines-ellipsize combination (#446)Niedermann IT-Dienstleistungen
Fixes #444 by using ellipsize="end" for account navigation items up to API Level 23 and keeps ellipsize="middle" for account navigation items for API Level 24+. Resources: https://stackoverflow.com/a/45442154 and https://issuetracker.google.com/issues/36950033