mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
making a function private
This commit is contained in:
@ -427,7 +427,7 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
|
||||
currentFragments.last().showGoToDateDialog()
|
||||
}
|
||||
|
||||
fun printView() {
|
||||
private fun printView() {
|
||||
currentFragments.last().printView()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user