making a function private
This commit is contained in:
parent
711a26dbfc
commit
7b1e130d56
|
@ -427,7 +427,7 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
|
|||
currentFragments.last().showGoToDateDialog()
|
||||
}
|
||||
|
||||
fun printView() {
|
||||
private fun printView() {
|
||||
currentFragments.last().printView()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue