The changed proxy state wasn't being saved in account settings and thus app restarted with tor disabled.
I changed the logic of saving proxy state from "changed port AND changed proxy state" to "changed port OR changed proxy state".
I also noticed the orbot option had been removed from login screen. I assume by a single misplaced if bracket but the diff looks bigger due to white spaces changes.
The changed proxy state wasn't being saved in account settings and thus app restarted with tor disabled.
I changed the logic of saving proxy state from "changed port AND changed proxy state" to "changed port OR changed proxy state".
I also noticed the orbot option had been removed from login screen. I assume by a single misplaced if bracket but the diff looks bigger due to white spaces changes.
Before
After
1037