Skip to content
This repository has been archived by the owner on Sep 28, 2019. It is now read-only.

Commit

Permalink
Fix crash by switching PrefFragment to be public static instead of pr…
Browse files Browse the repository at this point in the history
…ivate.

Change-Id: I2635e9b13db02060a80685c8c3af0d7c38fc86eb
  • Loading branch information
benbaxter committed Oct 20, 2017
1 parent f0d37e4 commit 9dca0b5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -66,7 +66,7 @@ private PreferenceFragment buildPreferenceFragment(int preferenceResId, String r
return fragment;
}

private class PrefFragment extends LeanbackPreferenceFragment {
public static class PrefFragment extends LeanbackPreferenceFragment {

@Override
public void onCreatePreferences(Bundle bundle, String s) {
Expand Down

0 comments on commit 9dca0b5

Please sign in to comment.