Skip to content

Commit f6726e8

Browse files
committed
Add missing override annotation
1 parent 118acb4 commit f6726e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/github/mobile/ui/gist/GistsViewActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ public void startActivity(Intent intent) {
193193
super.startActivity(intent);
194194
}
195195

196+
@Override
196197
protected FragmentProvider getProvider() {
197198
return adapter;
198199
}

0 commit comments

Comments
 (0)