mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
[Android] Forgot to make the AboutFragmentAdapter class 'final'
This commit is contained in:
@ -83,7 +83,7 @@ public final class AboutFragment extends Fragment
|
|||||||
}
|
}
|
||||||
|
|
||||||
// The adapter that manages the displaying of items in this AboutFragment.
|
// 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 Context ctx;
|
||||||
private final int id;
|
private final int id;
|
||||||
|
Reference in New Issue
Block a user