Bläddra i källkod

formatting changes

Neeraj Gupta 2 år sedan
förälder
incheckning
d3ecc9634c
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1 2
      lib/ui/sharing/add_partipant_page.dart

+ 1 - 2
lib/ui/sharing/add_partipant_page.dart

@@ -2,7 +2,6 @@ import 'package:flutter/material.dart';
 import 'package:photos/core/configuration.dart';
 import 'package:photos/core/configuration.dart';
 import 'package:photos/models/collection.dart';
 import 'package:photos/models/collection.dart';
 import 'package:photos/services/collections_service.dart';
 import 'package:photos/services/collections_service.dart';
-import 'package:photos/services/update_service.dart';
 import 'package:photos/theme/ente_theme.dart';
 import 'package:photos/theme/ente_theme.dart';
 import 'package:photos/ui/common/gradient_button.dart';
 import 'package:photos/ui/common/gradient_button.dart';
 import 'package:photos/ui/components/captioned_text_widget.dart';
 import 'package:photos/ui/components/captioned_text_widget.dart';
@@ -173,7 +172,7 @@ class _AddParticipantPage extends State<AddParticipantPage> {
                           onTap: selectedEmail == ''
                           onTap: selectedEmail == ''
                               ? null
                               ? null
                               : () async {
                               : () async {
-                                  await UpdateService.instance.hideChangeLog();
+                                  showToast(context, "yet to implement");
                                   Navigator.of(context).pop();
                                   Navigator.of(context).pop();
                                 },
                                 },
                           text: selectAsViewer
                           text: selectAsViewer