Tusky-App-Android/app/src/main/java/com/keylesspalace/tusky/components
Konrad Pozniak 5343766886
fix swipe-refresh spinner showing forever when refreshing AccountActivity (#4345)
The flow must emit every update even if the values are the same, so use
SharedFlow instead of StateFlow.

Regression from https://github.com/tuskyapp/Tusky/pull/4337 cc @Goooler
2024-03-30 11:31:29 +01:00
..
account fix swipe-refresh spinner showing forever when refreshing AccountActivity (#4345) 2024-03-30 11:31:29 +01:00
accountlist Replace RxJava3 code with coroutines (#4290) 2024-02-29 15:28:48 +01:00
announcements Migrate LiveData to Flow (#4337) 2024-03-27 11:34:17 +01:00
compose Convert some sealed classes to interfaces (#4347) 2024-03-29 20:11:53 +01:00
conversation Machine translation of posts (#4307) 2024-03-09 16:12:18 +01:00
domainblocks Don't use mutable shared flows in UI (#4346) 2024-03-29 20:02:12 +01:00
drafts upgrade ktlint plugin to 12.0.3 (#4169) 2024-01-04 17:00:55 +01:00
filters Don't use mutable shared flows in UI (#4346) 2024-03-29 20:02:12 +01:00
followedtags Replace RxJava3 code with coroutines (#4290) 2024-02-29 15:28:48 +01:00
instanceinfo fix crash when instance info fails to load (#4335) 2024-03-26 18:25:34 +01:00
login Convert some sealed classes to interfaces (#4347) 2024-03-29 20:11:53 +01:00
notifications Fix some warnings & recreate lint-baseline.xml (#4278) 2024-02-25 16:20:26 +01:00
preference improve MainActivity / LoginActivity transitions (#4301) 2024-03-09 11:04:29 +01:00
report Migrate LiveData to Flow (#4337) 2024-03-27 11:34:17 +01:00
scheduled Replace RxJava3 code with coroutines (#4290) 2024-02-29 15:28:48 +01:00
search Machine translation of posts (#4307) 2024-03-09 16:12:18 +01:00
timeline prevent media visibility from changing when refreshing timelines (#4319) 2024-03-11 17:18:43 +01:00
trending full sdk 34 support (#4224) 2024-02-23 10:27:19 +01:00
viewthread Don't use mutable shared flows in UI (#4346) 2024-03-29 20:02:12 +01:00