PR#121 Fix codeAnalysis issues fix reporting for new module

This commit is contained in:
Gergely Hegedus 2022-09-23 14:29:37 +03:00
parent 00e7a806eb
commit 93facd1f1b
8 changed files with 22 additions and 12 deletions

View file

@ -14,4 +14,4 @@ class DetailFragment : Fragment(R.layout.fragment_detail) {
super.onViewCreated(view, savedInstanceState)
(view as TextView).text = getString(R.string.home_item, args.position)
}
}
}

View file

@ -41,4 +41,4 @@ class HomeFragment : Fragment(R.layout.fragment_home) {
holder.itemView.setOnClickListener { onClick(position) }
}
}
}
}

View file

@ -12,4 +12,4 @@ class NavControllerActivity : AppCompatActivity() {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_nav_controller)
}
}
}

View file

@ -111,4 +111,4 @@ class HomeNavigationTest {
onFragment { action() }
}
}
}
}