Skip to content

Commit ae07443

Browse files
committed
Add missing override annotation
1 parent ed8696b commit ae07443

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/github/mobile/ui/issue/IssuesViewActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ public void startActivity(Intent intent) {
278278
super.startActivity(intent);
279279
}
280280

281+
@Override
281282
protected FragmentProvider getProvider() {
282283
return adapter;
283284
}

0 commit comments

Comments
 (0)