@@ -56,6 +56,7 @@ class AccountSectionWidgetState extends State<AccountSectionWidget> {
Column _getSectionOptions(BuildContext context) {
return Column(
children: [
+ sectionOptionDivider,
GestureDetector(
behavior: HitTestBehavior.translucent,
onTap: () async {
@@ -51,6 +51,7 @@ class _DangerSectionWidgetState extends State<DangerSectionWidget> {
Widget _getSectionOptions(BuildContext context) {
onTap: () {
@@ -54,6 +54,7 @@ class _DebugSectionWidgetState extends State<DebugSectionWidget> {
@@ -54,6 +54,7 @@ class _InfoSectionWidgetState extends State<InfoSectionWidget> {
@@ -51,6 +51,7 @@ class _SocialSectionWidgetState extends State<SocialSectionWidget> {
final List<Widget> options = [
@@ -56,6 +56,7 @@ class _SupportSectionWidgetState extends State<SupportSectionWidget> {
Platform.isAndroid ? "android-bugs@ente.io" : "ios-bugs@ente.io";