Skip to content

Commit

Permalink
Remove: Unnecessary Example App code (because #56 issue resolved)
Browse files Browse the repository at this point in the history
  • Loading branch information
note11g committed Jan 4, 2024
1 parent 83c7adb commit 59a5d2d
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {}

0 comments on commit 59a5d2d

Please sign in to comment.