sweet-alert-dialog icon indicating copy to clipboard operation
sweet-alert-dialog copied to clipboard

Disable navbar reenabled on sweetalertdialog show

Open stranger27 opened this issue 4 years ago • 0 comments

I am disabling navbar with below: getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_HIDE_NAVIGATION | View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY);

Once I run a SweetAlertDialog, the navbar is enabled again. If I leave the activity and return it is correctly disabled once more, but then comes back on again with another SweetAlertDialog.

stranger27 avatar Feb 21 '21 23:02 stranger27