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 ff53af9 commit 118acb4Copy full SHA for 118acb4
app/src/main/java/com/github/mobile/ui/gist/GistsViewActivity.java
@@ -112,8 +112,7 @@ protected void onCreate(Bundle savedInstanceState) {
112
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
113
114
// Support opening this activity with a single Gist that may be present
115
- // in the intent but not currently present
116
- // in the store
+ // in the intent but not currently present in the store
117
if (gists == null && gist != null) {
118
String id = gist.getId();
119
if (gist.getCreatedAt() != null) {
0 commit comments