解决代码冲突

This commit is contained in:
squallzhjch 2023-05-04 14:55:19 +08:00
parent 4b3adaaa97
commit 53bb2f3ca6

View File

@ -47,7 +47,7 @@ class MainActivity : BaseActivity() {
// )
// rightController.navigate(directions)
rightController.currentDestination?.let {
if (it.id == R.id.EvaluationResultFragment) {
if (it.id == R.id.EmptyFragment) {
val bundle = Bundle()
bundle.putParcelable("SignBean", signBean)
rightController.navigate(R.id.EvaluationResultFragment, bundle)