twofas / 2fas-android

Source code for 2FAS Android app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Order of services in the exported JSON file is wrong

deepakm37 opened this issue · comments

I manually sorted the services in my app based on their priority. When I export my data to a file and look at the JSON, the order of the entries in the service list does not match the order of display in the app. The JSON object has an order entry for each service, which I expected to capture the display order. However, it seems to be just the position within the list.

I confirm that, can anyone fix that, please?