From d52c64cb61427f67b43192188f11bfb8bc7ee1de Mon Sep 17 00:00:00 2001 From: Gongchaeyeon Date: Thu, 23 May 2024 04:10:59 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20pop=20=EB=91=90=20=EB=B2=88=20=ED=95=9C?= =?UTF-8?q?=20=EB=8B=A4=EC=9D=8C=20Index=20=EC=9D=B4=EB=8F=99=ED=95=98?= =?UTF-8?q?=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95=20#312?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/lib/widgets/choose_purpose.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/lib/widgets/choose_purpose.dart b/frontend/lib/widgets/choose_purpose.dart index b32ce69daa..61035a7a0f 100644 --- a/frontend/lib/widgets/choose_purpose.dart +++ b/frontend/lib/widgets/choose_purpose.dart @@ -107,7 +107,8 @@ class _ChoosePurposeState extends State { Map response = await matchRequest(senderId, receiverId, _selectedIndex!); - + Navigator.of(context).pop(); + Navigator.of(context).pop(); selectedIndexProvider.selectedIndex = 1; } catch (e) { print(e);