Flutter-permission-handler: Black background after minimizing and expanding the app

Created on 11 Aug 2020  路  7Comments  路  Source: Baseflow/flutter-permission-handler

馃悰 Bug Report

If you call a dialog with a request for permissions and minimize the application, having previously opened it again, then the dialog will have a black background.

Expected behavior

After returning to the application again, the UI should render correctly.

Reproduction steps

You can view the reproduction of the bug here: https://github.com/flutter/flutter/issues/58002

Configuration

Version: 5.0.1+1

Platform:

  • [ ] :iphone: iOS
  • [x] :robot: Android
android bug

Most helpful comment

I have same issues on LocationPermissions dialog

All 7 comments

I can confirm the issue, this happens to me with an In-App billing dialog from google.

I have same issues on LocationPermissions dialog

Any updates?

Is happening to me now, anyone with the fix?

I faced the same issue when doing the following

  • Open App-Settings with openAppSettings()
  • Do some permission changes
  • Navigate to my App
    --> The App hangs in the Splash-Screen

When doing the above without changing any permisskions it semms to be working.

I have the same problem, the state of the lock screen also occurs.

UPD.

I realised, I should have posted the report in the flutter repo since it's related to official share plugin. And I'm not sure if my report is related to this issue.

I'll leave the link for the reference https://github.com/flutter/flutter/issues/74801

Was this page helpful?
0 / 5 - 0 ratings