[Android] Forgot to make the AboutFragmentAdapter class 'final'
This commit is contained in:
parent
8fd2c32ba6
commit
01764fef67
|
@ -83,7 +83,7 @@ public final class AboutFragment extends Fragment
|
|||
}
|
||||
|
||||
// The adapter that manages the displaying of items in this AboutFragment.
|
||||
private static class AboutFragmentAdapter extends ArrayAdapter<AboutFragmentItem>
|
||||
private static final class AboutFragmentAdapter extends ArrayAdapter<AboutFragmentItem>
|
||||
{
|
||||
private final Context ctx;
|
||||
private final int id;
|
||||
|
|
Loading…
Reference in New Issue