making a function private

This commit is contained in:
tibbi 2020-11-03 23:11:48 +01:00
parent 711a26dbfc
commit 7b1e130d56
1 changed files with 1 additions and 1 deletions

View File

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