mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 19:59:05 +01:00
Address review comments
This commit is contained in:
@@ -61,7 +61,7 @@ class BlogListItem {
|
||||
return unread;
|
||||
}
|
||||
|
||||
public boolean isOurs() {
|
||||
boolean isOurs() {
|
||||
return ours;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -82,7 +82,7 @@ public class BlogsFragment extends BaseFragment {
|
||||
}
|
||||
|
||||
|
||||
private class TabAdapter extends FragmentStatePagerAdapter {
|
||||
private static class TabAdapter extends FragmentStatePagerAdapter {
|
||||
private String[] titles;
|
||||
|
||||
TabAdapter(FragmentManager fm, String[] titles) {
|
||||
|
||||
Reference in New Issue
Block a user