Fixed
Status Update
Comments
uc...@google.com <uc...@google.com> #2
Thank you for your feedback. Team may reach out for more feedback in reproducing or triaging this issue.
mm...@google.com <mm...@google.com> #3
The issue has been fixed and should be available in the next 3.5 Canary.
[Deleted User] <[Deleted User]> #4
Thank you :)
Description
class MyNavHostFragment : NavHostFragment() {...}
but then when i change the default one in the XML:
from this: android:name="androidx.navigation.fragment.NavHostFragment"
to this: android:name="mypackage.etc.MyNavHostFragment"
The host is not displayed as a host in the navigation editor.
Attached image is while i'm using the default one, with my subclassed one there are no lines in the host panel.
IDE: Android Studio 3.3.2