mirror of
https://github.com/git-touch/git-touch
synced 2024-12-16 18:28:51 +01:00
fix: repo item link
This commit is contained in:
parent
06ea0070f2
commit
b610af44a1
@ -124,14 +124,14 @@ class RepoItem extends StatelessWidget {
|
||||
);
|
||||
|
||||
if (inRepoScreen) {
|
||||
return widget;
|
||||
} else {
|
||||
// TODO: text style
|
||||
return Link(
|
||||
screenBuilder: (_) =>
|
||||
RepoScreen(payload['owner']['login'], payload['name']),
|
||||
child: widget,
|
||||
);
|
||||
} else {
|
||||
return widget;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user