Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6db64c6 authored by Santiago Etchebehere's avatar Santiago Etchebehere Committed by android-build-merger
Browse files

Fix multiple selected options

am: c580de0f

Change-Id: I082c846f8ec06f6440d7021a1bade7b5d07efe41
parents d91d015f c580de0f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -152,6 +152,9 @@ public class OptionSelectorController<T extends CustomizationOption<T>> {
                    }
                }
            }
        } else {
            // Item is not visible, make sure the item is re-bound when it becomes visible
            mAdapter.notifyItemChanged(index);
        }
    }