Fix NullPointerException
initLoader will reuse the old loader associated with fragment. But the fragment is destroyed. Use restartLoader which will create another loader with new fragment. Fixes: 143445993 Test: rebuild Change-Id: I0a8a00ae94122f25d6d860b2512108ecd11d7806
Loading
Please register or sign in to comment