I've had a look around and it seems the issue is still not resolved.
I'm using NavigationExtensions.kt with Bottom Navigation. Whenever I open the app using a deeplink to an inner fragment, it works well with a Samsung device, but on a Huawei device, the app opens up the page and when I try to navigate away, it crashes.
Caused by: java.lang.IllegalStateException: unknown destination during deep link:
I'm using version 2.2.0-alpha01
Anyone with a similar issue? I've seen a couple of similar questions on the site, but it seems people have answered saying it was fixed in an earlier version of the navigation library, but for me, it is not.