Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android navigation bar black #49

Open
Dr-Blank opened this issue Oct 4, 2024 · 0 comments
Open

android navigation bar black #49

Dr-Blank opened this issue Oct 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Dr-Blank
Copy link
Owner

Dr-Blank commented Oct 4, 2024

inside main

if (Platform.isAndroid &&
      (await DeviceInfoPlugin().androidInfo).version.sdkInt >= 29) {
    SystemChrome.setSystemUIOverlayStyle(
      SystemUiOverlayStyle(
        systemNavigationBarColor: Colors.transparent,
      ),
    );
    SystemChrome.setEnabledSystemUIMode(
      SystemUiMode.edgeToEdge,
      overlays: [SystemUiOverlay.bottom],
    );
  }
  • player expanded not covering bar as of now
@Dr-Blank Dr-Blank added bug Something isn't working and removed needs triage labels Oct 4, 2024
@Dr-Blank Dr-Blank moved this to Needs Research in Vaani Roadmap Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Needs Research
Development

No branches or pull requests

1 participant