Revert "privacy, bolt: Port main row to AdwSwitchRow"
This reverts commit 7c2d876b.
AdwSwitchRows have accessibility issues when having suffix widgets. We have a spinner next to the row suffix's switch.
AdwSwitchRow inherits the capacity of having suffix children from AdwActionRow but it wasn't designed for it.
This also solves the issue of the spinner being shown after the switch,
rather than before, which is our design pattern.
Fixes #3170 (closed)
Preview
Edited by Felipe Borges