mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Accounts loading improvements
This commit is contained in:
@@ -161,4 +161,9 @@ final class SubscribedChannelsModel: ObservableObject, CacheModel {
|
||||
var formattedCacheTime: String {
|
||||
getFormattedDate(channelsTime)
|
||||
}
|
||||
|
||||
func onAccountChange() {
|
||||
channels = []
|
||||
load(force: true)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user