making a function private

This commit is contained in:
tibbi 2020-11-03 23:11:48 +01:00
parent 711a26dbfc
commit 7b1e130d56

View File

@ -427,7 +427,7 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
currentFragments.last().showGoToDateDialog() currentFragments.last().showGoToDateDialog()
} }
fun printView() { private fun printView() {
currentFragments.last().printView() currentFragments.last().printView()
} }