Skip to content

Commit

Permalink
refactor: + nonNull on the state #2
Browse files Browse the repository at this point in the history
  • Loading branch information
abanoubha committed May 27, 2024
1 parent 3e02f62 commit 61c292d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ protected void onPostExecute(String result) {
// return super.onContextItemSelected(item);
// }

protected void onSaveInstanceState(Bundle icicle) {
protected void onSaveInstanceState(@NonNull Bundle icicle) {
if (this.space.getCurrentScreen() != 0) {
icicle.putInt(this.currentKey, this.space.getCurrentScreen());
}
Expand Down

0 comments on commit 61c292d

Please sign in to comment.