From e2e9f78705a0f8a5cfd0781155935ef0ac302698 Mon Sep 17 00:00:00 2001 From: Muhammad Hamza Date: Sat, 16 Oct 2021 11:02:20 +0500 Subject: [PATCH] bug report icon removed from invitation view --- packages/simplex_app/lib/views/home/home_view.dart | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/packages/simplex_app/lib/views/home/home_view.dart b/packages/simplex_app/lib/views/home/home_view.dart index 1b3cbbe93d..70ad52281d 100644 --- a/packages/simplex_app/lib/views/home/home_view.dart +++ b/packages/simplex_app/lib/views/home/home_view.dart @@ -90,16 +90,6 @@ class _HomeViewState extends State { color: kPrimaryColor)), ), const Spacer(), - InkWell( - onTap: () {}, - child: const Padding( - padding: EdgeInsets.all(8.0), - child: Icon( - Icons.bug_report, - color: Colors.grey, - ), - )), - const SizedBox(width: 10.0), Column( mainAxisSize: MainAxisSize.min, crossAxisAlignment: CrossAxisAlignment.end,