We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd0f7f commit 71be91eCopy full SHA for 71be91e
app/src/main/java/com/github/mobile/ui/ref/RefDialogFragment.java
@@ -72,7 +72,7 @@ protected int[] getChildViewIds() {
72
protected View initialize(View view) {
73
view = super.initialize(view);
74
75
- TypefaceUtils.setOcticons(textView(view, 0));
+ TypefaceUtils.setOcticons(textView(0));
76
return view;
77
}
78
0 commit comments