From 59a5d2db5545e1a10242e5de8d14a5e9b1f81b29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=85=B8=ED=8A=B8?= Date: Thu, 4 Jan 2024 21:37:14 +0900 Subject: [PATCH] Remove: Unnecessary Example App code (because #56 issue resolved) --- .../flutter_naver_map_example/MainActivity.kt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/example/android/app/src/main/kotlin/dev/note11/flutter_naver_map/flutter_naver_map_example/MainActivity.kt b/example/android/app/src/main/kotlin/dev/note11/flutter_naver_map/flutter_naver_map_example/MainActivity.kt index c1054ab4..87bbc437 100644 --- a/example/android/app/src/main/kotlin/dev/note11/flutter_naver_map/flutter_naver_map_example/MainActivity.kt +++ b/example/android/app/src/main/kotlin/dev/note11/flutter_naver_map/flutter_naver_map_example/MainActivity.kt @@ -3,9 +3,4 @@ package dev.note11.flutter_naver_map.flutter_naver_map_example import android.os.Bundle import io.flutter.embedding.android.FlutterActivity -class MainActivity : FlutterActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - intent.putExtra("background_mode", "transparent") - super.onCreate(savedInstanceState) - } -} +class MainActivity : FlutterActivity() {}