Arunendra
Results
1
comments of
Arunendra
can't we add null check in restoreState method, like ``` if (state != null) { //TODO } else { super.restoreState(state, loader); } ```