I'm building an app and I'm trying to show a Fragment as an overlay to another fragment, which I know how to do following this question.
However, I'm using the Android Navigation Component and I'm trying to figure out how to show a fragment as an overlay instead of replacing the current visible fragment, when I navigate to it. Is there a way or it is still not supported?