Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Android] Forgot to make the AboutFragmentAdapter class 'final'
  • Loading branch information
lioncash committed Aug 29, 2013
1 parent 8fd2c32 commit 01764fe
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -83,7 +83,7 @@ public String getSubTitle()
}

// 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;
Expand Down

0 comments on commit 01764fe

Please sign in to comment.