Code cleanup, fixed nullability and converted DepictsContract to kotlin

This commit is contained in:
Paul Hawke 2024-12-09 13:32:44 -06:00
parent 484e56c17c
commit 1ba5b7e6c7
7 changed files with 40 additions and 45 deletions

View file

@ -258,7 +258,7 @@ class DepictsFragmentUnitTests {
@Test
@Throws(Exception::class)
fun testGetFragmentContext() {
fragment.fragmentContext
fragment.getFragmentContext()
}
@Test