vanadium-archive/java

NPE: Attempt to invoke interface method 'void io.v.android.apps.syncslides.DB$DeckList.discard()' on a null object reference

Closed this issue · 1 comments

Steps to reproduce:

  1. Open the DeckChooserActivity
  2. Press the android "home" softkey
  3. Re-open the DeckChooserActivity
  4. Press the android "home" softkey

Looks like we need to re-initialize DeckListAdapter.mDecks when the fragment is unpaused.