-
Notifications
You must be signed in to change notification settings - Fork 29.4k
Closed as not planned
Labels
r: duplicateIssue is closed as a duplicate of an existing issueIssue is closed as a duplicate of an existing issue
Description
I am using the Local Authenticator plugin. It requires to use in MainActivity.kt the code below
`import io.flutter.embedding.android.FlutterFragmentActivity
class MainActivity: FlutterFragmentActivity() {
// ...
}`
but when I use this code the Back arrow button in Android Devices doesn't work, it closes the app instead of going back.
When I use in MainActivity.kt the code below
`import io.flutter.embedding.android.FlutterActivity
class MainActivity: FlutterActivity() {
}`
the back button works now but the Authenticator doesn't work anymore.
Thanks
Metadata
Metadata
Assignees
Labels
r: duplicateIssue is closed as a duplicate of an existing issueIssue is closed as a duplicate of an existing issue