BlogTest icon indicating copy to clipboard operation
BlogTest copied to clipboard

本人的博客源代码仓库

Results 2 BlogTest issues
Sort by recently updated
recently updated
newest added

val bundle = LoginFragmentArgs.Builder().apply { this.url = "https://sso.bsj.com/register/agreement" this.title = app.getString(R.string.protocol_check1_txt) }.build().toBundle() Navigation.findNavController(it) .navigate(R.id.action_LoginFragment_To_Huiyi31AgreementFragment, bundle),在接收界面,这个arguments始终为null, 我也测试过你demo中 TextView tvNickName = rootView.findViewById(R.id.tv_nick_name); if (getArguments() != null) { String nickName = SettingsFragmentArgs.fromBundle(getArguments()).getNickName(); tvNickName.setText(nickName);...

你好,我运行你的closeBefore分支,计时器每次切换还是重新触发啊,开始按照你的文章写代码是ok的,但是你改了有关返回的后,可能影响了这里,你可以看下