-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dynamic shortcuts for starred contacts #249
base: master
Are you sure you want to change the base?
Conversation
I think that visible shortcuts should always be the first ones according to current sorting of Favorites tab. For example, if I sort descending by name, I want to see in shortcuts three first items by that sorting, not by the default one; if I use custom sorting, I want to have specific contacts visible at the top, so also in shortcuts. |
Done! I recall sorting the list at first but I must have accidentally removed it while refactoring. |
The changes aren't applied immediately. It's called
I didn't need to add/remove anything when I was testing it so I'm not sure why that's happening. |
I did it, and sorting is still not applied. |
I just tested it again with a fresh install and it seems to work fine. It only shows up after the second or third time I open the app after a fresh install, but after that it reflects sorting changes relatively quickly. I'm not sure where the issue is happening. Edit: Just to clarify, I'm talking about the sorting in the Favourites tab. |
@Aga-C can you test out the latest commit? It should work now. |
But you still haven't solved a problem, which is in your code:
You always assume, that if order is set, that's the only way to sort, while you should check |
I see. Sorry about that, it seems like I fundamentally misunderstood the issue. It should be fixed now. |
It still doesn't show the first three items from the current sorting. Check the recording below: qemu-system-x86_64_xeknsQ9wCX.mp4Also, one of these contacts ( |
At this point, I genuinely have no idea where the problem is. I'm just not encountering that issue so I have no way to debug it. |
What is it?
Description of the changes in your PR
ACTION_DIAL
instead ofACTION_CALL
if calling permission is denied.Fixes the following issue(s)
Acknowledgement