Skip to content

Commit

Permalink
add Notification Scopes to updating an app (#1325)
Browse files Browse the repository at this point in the history
  • Loading branch information
beastoin authored Nov 15, 2024
2 parents bd10976 + 7c97fcb commit 1480b83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/lib/pages/apps/update_app.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import 'package:flutter/material.dart';
import 'package:friend_private/backend/schema/app.dart';
import 'package:friend_private/pages/apps/providers/add_app_provider.dart';
import 'package:friend_private/pages/apps/widgets/notification_scopes_chips_widget.dart';
import 'package:friend_private/widgets/dialog.dart';
import 'package:friend_private/widgets/gradient_button.dart';
import 'package:provider/provider.dart';
Expand Down Expand Up @@ -145,6 +146,7 @@ class _UpdateAppPageState extends State<UpdateAppPage> {
const SizedBox(
height: 30,
),
const NotificationScopesChipsWidget(),
const SizedBox(
height: 30,
),
Expand Down

0 comments on commit 1480b83

Please sign in to comment.