update commons to 2.19.6

This commit is contained in:
tibbi
2017-06-14 21:59:27 +02:00
parent a1baea3130
commit fddf164932
9 changed files with 15 additions and 15 deletions

View File

@ -59,7 +59,7 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener {
val itemIndex = getNoteIndexWithId(wantedNoteId)
mAdapter = NotesPagerAdapter(supportFragmentManager, mNotes, applicationContext)
mAdapter = NotesPagerAdapter(supportFragmentManager, mNotes, this)
view_pager.apply {
adapter = mAdapter
currentItem = itemIndex