Skip to content

Commit

Permalink
SingleSelectionPreferences : fx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Jan 26, 2024
1 parent e9b47c1 commit c4865a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void onBindViewHolder(@NonNull PreferenceViewHolder holder) {
if (titles != null && entryValues != null) {
CharSequence selectedTitle = getTitle();
if (selectedTitle != null) {
holder.itemView.setSummary(selectedTitle);
setSummary(selectedTitle);
}
}
}
Expand Down

0 comments on commit c4865a4

Please sign in to comment.