Yair Peretz
Yair Peretz
Also, somehow, I needed to install markdown-it-py by myself cause it didn't consider it as a requirement, so maybe something was wrong with the way I installed Telethon v2?
So the update for restricted contect channels is irrelevant at the moment? Cause this is why I tried to update to v2
Why there isn't an open issue for the problem?
Any workaround without removing the RefreshView?
This issue is still labeled sr2... can someone please notice and update it please?
@brminnick thank you for clarifying this
Happened to me too, but only in a Grouped `CollectionView`
A possible workaround is to use an `ObservableProperty` on a regular `List` and replace the entire object with each update, instead of using an `ObservableCollection`. For example: ```csharp [INotifyPropertyChanged] public...
On Android, I do not set anything. If my phone is in Hebrew then the default flow direction for the entire app is RightToLeft without needing to set anything. If...
Is there any workaround for this? A way to get the supposed flow direction and set it manually on startup?