chinwag-android/app/src/main/java/com/keylesspalace/tusky/components
Nik Clayton 62a8a4a60a
Leave the "edit scheduled status" button enabled after clicking (#3100)
* Leave the "edit scheduled status" button enabled after clicking

If the user submits an edit to the scheduled status then this one will be deleted, the paging source will notice, the adapter will be notified in the normal way, and this binding will be reused.

Or the user backs out of the edit, and this adapter entry is still valid and should remain clickable.

Fixes https://github.com/tuskyapp/Tusky/issues/2705

* Remove unnecessary parameter.

* Remove unnecessary import
2022-12-30 12:09:42 +01:00
..
account Add FAB to self account view (#3067) 2022-12-30 11:22:01 +01:00
announcements respect "animate emojis" setting in emoji picker (#2996) 2022-12-05 19:15:28 +01:00
compose Ensure text content is always pasted as plain text (#3083) 2022-12-30 11:41:48 +01:00
conversation Status: Display indicators of edited posts (#2935) 2022-12-03 12:15:54 +01:00
drafts Add post editing capability (#2828) 2022-12-08 10:18:12 +01:00
followedtags Add view for browsing and unfollowing followed hashtags (#2794) 2022-12-01 19:24:27 +01:00
instanceinfo fix caching of instance defaults and emojis (#2643) 2022-08-07 22:18:53 +02:00
instancemute Fix toolbar for instance list activity. (#2248) 2021-09-28 19:55:30 +02:00
login revert CompatExtensions (#2773) 2022-11-09 19:32:54 +01:00
notifications Nullcheck channels when reading importance. (#2971) 2022-12-02 19:46:02 +01:00
preference 2952/proxy (#2961) 2022-12-07 19:29:18 +01:00
report Remove rxjava from API calls used by AccountViewModel::changeRelationship() (#3008) 2022-12-28 19:06:31 +01:00
scheduled Leave the "edit scheduled status" button enabled after clicking (#3100) 2022-12-30 12:09:42 +01:00
search Convert AccountViewHolder from Java to Kotlin (#3044) 2022-12-28 19:07:43 +01:00
timeline Add post editing capability (#2828) 2022-12-08 10:18:12 +01:00
viewthread Implement getFilters() without rxjava (#2990) 2022-12-07 19:30:53 +01:00