Skip to content
Snippets Groups Projects
Commit 502f97ac authored by Kaj Koivunen's avatar Kaj Koivunen :coffee:
Browse files

hiljennetään turha varoitus IDEA:ssa

parent 12be1fc8
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ class PageJumpMenu : Fragment() { ...@@ -89,7 +89,7 @@ class PageJumpMenu : Fragment() {
/** /**
* Refresh the page switcher, updating the selected page and number of pages * Refresh the page switcher, updating the selected page and number of pages
*/ */
fun refresh() = replaceWith<PageJumpMenu>() fun refresh() { replaceWith<PageJumpMenu>() }
private fun changePage(page: Int) = pageView.changePage(page) private fun changePage(page: Int) = pageView.changePage(page)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment