Are DialogFragments supposed to be dismissed on de...
# android
b
Are DialogFragments supposed to be dismissed on device rotation? I'm using Navigation. Nav graph goes from Fragment A -> Dialog B (this is a dialogfragment). When I rotate device on Dialog B, it dismisses the dialog and goes back to Fragment A. I'm expecting Dialog B to stay on screen through device rotation. Has anyone come across this problem?
google 2
stackoverflow 2
t
seems to me like a not kotlin specific issue and not expected behavior. what does google have to say about this?