mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-14 14:02:30 -05: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.
|
||||
private static class AboutFragmentAdapter extends ArrayAdapter<AboutFragmentItem>
|
||||
private static final class AboutFragmentAdapter extends ArrayAdapter<AboutFragmentItem>
|
||||
{
|
||||
private final Context ctx;
|
||||
private final int id;
|
||||
|
||||
Reference in New Issue
Block a user