Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | package dev.steenbakker.mobile_scanner_example | 1 | package dev.steenbakker.mobile_scanner_example |
| 2 | 2 | ||
| 3 | -import io.flutter.embedding.android.FlutterFragmentActivity | 3 | +import io.flutter.embedding.android.FlutterActivity |
| 4 | 4 | ||
| 5 | -class MainActivity : FlutterFragmentActivity() { | 5 | +class MainActivity: FlutterActivity() { |
| 6 | } | 6 | } |
-
Please register or login to post a comment