Loading src/com/android/settings/accessibility/shortcuts/ShortcutOptionPreference.java +1 −0 Original line number Diff line number Diff line Loading @@ -108,6 +108,7 @@ public class ShortcutOptionPreference extends CheckBoxPreference { if (summaryView != null) { mSummaryTextLineHeight = summaryView.getLineHeight(); summaryView.setMovementMethod(LinkMovementMethod.getInstance()); summaryView.setFocusable(false); } syncSummaryView(holder); Loading Loading
src/com/android/settings/accessibility/shortcuts/ShortcutOptionPreference.java +1 −0 Original line number Diff line number Diff line Loading @@ -108,6 +108,7 @@ public class ShortcutOptionPreference extends CheckBoxPreference { if (summaryView != null) { mSummaryTextLineHeight = summaryView.getLineHeight(); summaryView.setMovementMethod(LinkMovementMethod.getInstance()); summaryView.setFocusable(false); } syncSummaryView(holder); Loading