sweet-alert-dialog
sweet-alert-dialog copied to clipboard
Disable navbar reenabled on sweetalertdialog show
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.