You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to try to filter devices by name based on the selection on the previous page. However, it seems that this mechanism isn't used when the model is initialized (when I click back and reopen the page). My first impression was that the device list is not properly refreshed during scanning.
The text was updated successfully, but these errors were encountered:
Long story short: the filtering is applied just "items.onChanged", but not onCompleted, which may look strange. It may happen that list is loaded and doesn't change for few seconds (if you are in between of model update interval).
I am actually not sure which event (onCompleted?) should be used.
I was examining the behavior of the PairPage, and it seems a little confusing to me. I must admit the used mechanism is hard for me to understand.
harbour-amazfish/ui/qml/pages/PairPage.qml
Lines 75 to 93 in 712118e
It seems to try to filter devices by name based on the selection on the previous page. However, it seems that this mechanism isn't used when the model is initialized (when I click back and reopen the page). My first impression was that the device list is not properly refreshed during scanning.
The text was updated successfully, but these errors were encountered: