Skip to content

Commit

Permalink
Fix getting selected button appearance values
Browse files Browse the repository at this point in the history
  • Loading branch information
Chumva committed Dec 19, 2024
1 parent 3bf7bf5 commit 9a7c0bd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ public void onCardPressed(@NonNull BaseCard card) {
public void onSaveInstanceState(@NonNull Bundle outState) {
super.onSaveInstanceState(outState);
appearanceParams.saveToBundle(outState);
originalAppearanceParams.saveToBundle(outState);
}

@Override
Expand Down

0 comments on commit 9a7c0bd

Please sign in to comment.