mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-04-28 10:28:58 -05:00
refactor: fix null types
This commit is contained in:
@@ -83,7 +83,7 @@ class _NotificationItemState extends State<NotificationItem> {
|
||||
try {
|
||||
await context
|
||||
.read<AuthModel>()
|
||||
.ghClient!
|
||||
.ghClient
|
||||
.activity
|
||||
.markThreadRead(payload.id!);
|
||||
widget.markAsRead();
|
||||
|
||||
Reference in New Issue
Block a user