mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
[Android] Forgot to make the AboutFragmentAdapter class 'final'
This commit is contained in:
parent
8fd2c32ba6
commit
01764fef67
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue