mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-01-21 05:26:35 +01:00
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
Block a user