PR#121 Fix codeAnalysis issues fix reporting for new module
This commit is contained in:
parent
00e7a806eb
commit
93facd1f1b
8 changed files with 22 additions and 12 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -41,4 +41,4 @@ class HomeFragment : Fragment(R.layout.fragment_home) {
|
|||
holder.itemView.setOnClickListener { onClick(position) }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,4 +12,4 @@ class NavControllerActivity : AppCompatActivity() {
|
|||
super.onCreate(savedInstanceState)
|
||||
setContentView(R.layout.activity_nav_controller)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -111,4 +111,4 @@ class HomeNavigationTest {
|
|||
onFragment { action() }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue