Uh oh!
There was an error while loading. Please reload this page.
Add activity previews - #1838
Conversation
| String sTime = ""; | ||
| for (Object o : activityItems) { | ||
| List<Activity> activityList = (List<Activity>) activityItems.get(0); | ||
| for (Object o : activityList) { |
There was a problem hiding this comment.
erm, wouldn't make sense to then use Activity right away since you casted to a List of Activities already? ;)
There was a problem hiding this comment.
It was a really quick fix to get it working.
But currently I am unsure what the nextcloud/android-library#73 pr is doing at all... ;-)
There was a problem hiding this comment.
We should also find the root cause of #1848 since that reported bug would still happen here and cause a crash of the app...
There was a problem hiding this comment.
Or not, I am not sure at this time of the day... too late at night...
tobiasKaminsky
commented
Dec 12, 2017
Postponed until clarification of library PR. #1848 should be independent of this. |
tobiasKaminsky
commented
Oct 11, 2018
Closing in favor of #3130 |
Integrate nextcloud/android-library#73