vishnukvmd 3 年之前
父节点
当前提交
0a9964267f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      lib/ui/settings/backup_section_widget.dart

+ 2 - 0
lib/ui/settings/backup_section_widget.dart

@@ -170,6 +170,7 @@ class BackupSectionWidgetState extends State<BackupSectionWidget> {
           ),
           onPressed: () {
             Navigator.of(context, rootNavigator: true).pop('dialog');
+            // TODO: Replace with https://pub.dev/packages/in_app_review
             if (Platform.isAndroid) {
               launch(
                   "https://play.google.com/store/apps/details?id=io.ente.photos");
@@ -227,6 +228,7 @@ class BackupSectionWidgetState extends State<BackupSectionWidget> {
           ),
           onPressed: () {
             Navigator.of(context, rootNavigator: true).pop('dialog');
+            // TODO: Replace with https://pub.dev/packages/in_app_review
             if (Platform.isAndroid) {
               launch(
                   "https://play.google.com/store/apps/details?id=io.ente.photos");