Karumi / Dexter

Android library that simplifies the process of requesting permissions at runtime.
http://karumi.com
Apache License 2.0
5.23k stars 671 forks source link

Statusbar still showing when activity should be fullscreen #92

Closed jangerhard closed 8 years ago

jangerhard commented 8 years ago

Expected behaviour

The activity should start and be full screen; no status bar or controls on the screen.

Actual behaviour

The activity starts and there is a visible status bar and controls.

Steps to reproduce

Have an activity set to be fullscreen, and put Dexter.Initialize and .setMultiplePermissions in onCreate() of the activity.

Version of the library

2.3.1

Serchinastico commented 8 years ago

Hi @jangerhard

We'll take a look as soon as we can 👍

Thanks for reporting!

jangerhard commented 8 years ago

Somehow this fixed itself, and I have no idea how.. Sorry if this confused anyone.