Merge "Fix Java crash problem" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
89bd41a111
@@ -84,6 +84,7 @@ public class SpinnerPreference extends Preference {
|
||||
return;
|
||||
}
|
||||
if (!(state instanceof SavedState)) {
|
||||
super.onRestoreInstanceState(state);
|
||||
return;
|
||||
}
|
||||
SavedState savedState = (SavedState) state;
|
||||
|
Reference in New Issue
Block a user