From 9375a78d6332cd72219d521bc2baad38f7255eed Mon Sep 17 00:00:00 2001 From: caadiq Date: Sat, 4 Apr 2026 13:47:26 +0900 Subject: [PATCH] =?UTF-8?q?feat(app):=20=EB=92=A4=EB=A1=9C=EA=B0=80?= =?UTF-8?q?=EA=B8=B0=20=EB=91=90=20=EB=B2=88=20=EB=88=8C=EB=9F=AC=EC=84=9C?= =?UTF-8?q?=20=EC=95=B1=20=EC=A2=85=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 메인 화면에서 뒤로가기 1회 → '한 번 더 누르면 앱이 종료됩니다' 스낵바 2초 내 다시 누르면 앱 종료 Co-Authored-By: Claude Opus 4.6 (1M context) --- app/android/app/src/main/AndroidManifest.xml | 3 +- app/lib/views/main_shell.dart | 34 ++++++++++++++++++-- 2 files changed, 34 insertions(+), 3 deletions(-) diff --git a/app/android/app/src/main/AndroidManifest.xml b/app/android/app/src/main/AndroidManifest.xml index 916113f..b4762b6 100644 --- a/app/android/app/src/main/AndroidManifest.xml +++ b/app/android/app/src/main/AndroidManifest.xml @@ -17,7 +17,8 @@ android:theme="@style/LaunchTheme" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" - android:windowSoftInputMode="adjustResize"> + android:windowSoftInputMode="adjustResize" + android:enableOnBackInvokedCallback="false">