Card order is not synced when changing it in Android app. After interacting with the board through the web app, order syncing seems to start working in the Android app as well.
To Reproduce
Expected behavior
Order is properly synced.
Smartphone (please complete the following information):
Stacktrace
I can confirm this bug. Xiaomi Mi 9t
The issue was, that at card creation i didn't set the order properly, resulting in all cards having order 0. The reorder algorithm then saw that the new order is the same as the old one, so nothing to do here.
Now we set the order at creation properly. Additionally the reorder will recognize broken orders and fix them automatically for you if needed.
Please tell us, if you still encounter some issues with that and thanks for this report @thenickname and @JohannesStroebel!
Oh, one more thing: @stefan-niedermann told me we are going to ship this in the next version (1.5.1)