Razeeman / Android-SimpleTimeTracker

Simple app that tracks time.
GNU General Public License v3.0
536 stars 68 forks source link

recent comments by search are displayed with first comments first, not last comments #185

Closed Zolax9 closed 1 week ago

Zolax9 commented 1 month ago

when editing an activity, searching for comments with the search comments feature displays the first comments first, rather than the last comments first.

there was a PR (#59) to fix this issue for recent comments in an activity (first displays when you edit an activity) but it seems this issue is now present for searching comments. I would write a PR for this, but I am not too sure what I would change to do so.

again, many thanks for the app! the last update was especially good (especially the custom icons, assigning tags to specific activities and assigning tags by default features!)

Razeeman commented 1 month ago

Hello! Makes sense. If "recent comments" are sorted by last first, maybe search results should be also. I'll look into it.

Zolax9 commented 1 week ago

it seems that you have fixed the problem.

thanks! I will close this issue now.