Skip to content

Commit

Permalink
fix(github): issue screen pagination
Browse files Browse the repository at this point in the history
closes #198
  • Loading branch information
pd4d10 committed Feb 27, 2021
1 parent f64c02b commit 7521c40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/screens/gh_issue.dart
Expand Up @@ -91,6 +91,7 @@ class GhIssueScreen extends StatelessWidget {
b.vars.owner = owner;
b.vars.name = name;
b.vars.number = number;
b.vars.cursor = cursor;
});
var res = await context.read<AuthModel>().gqlClient.request(req).first;
return res.data.repository;
Expand Down

0 comments on commit 7521c40

Please sign in to comment.