Ivan Samodurov

Results 4 comments of Ivan Samodurov

Any updates? Same problem _Flutter Channel stable, 3.7.0_

Try adding this code into FlutterFragmentActivity. It worked for me. ```kt override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) onBackPressedDispatcher.addCallback(this, object : OnBackPressedCallback(true) { override fun handleOnBackPressed() { flutterEngine?.navigationChannel?.popRoute() } }) }...

> > > > Try adding this code into FlutterFragmentActivity. It worked for me. > > > > override fun onCreate(savedInstanceState: Bundle?) { > > > > super.onCreate(savedInstanceState) > >...

I can confirm. Same problem with the latest version 3.0.3 (Tested on Android Google Pixel 6A). It works with version 2.3.0, but it does not work since v3.0.0