mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 09:08:40 +00:00
fix push notification
This commit is contained in:
parent
4a37b3d273
commit
f64470b9dc
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@ class _MediaViewerViewState extends State<MediaViewerView> {
|
|||
),
|
||||
timestamp: DateTime.now(),
|
||||
),
|
||||
pushNotification: PushNotification(kind: PushKind.acceptRequest),
|
||||
pushNotification: PushNotification(kind: PushKind.storedMediaFile),
|
||||
);
|
||||
setState(() {
|
||||
imageSaved = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue