Navigation Architecture Component - Dialog Fragments

后端 未结 10 668
[愿得一人]
[愿得一人] 2020-12-24 02:01

Is it possible to use the new Navigation Architecture Component with DialogFragment? Do I have to create a custom Navigator?

I would love to use them with the new fe

10条回答
  •  轮回少年
    2020-12-24 02:36

    No, as of the 1.0.0-alpha01 build, there is no support for dialogs as part of your Navigation Graph. You should just continue to use show() to show a DialogFragment.

提交回复
热议问题