update processing
This commit is contained in:
@@ -16,7 +16,7 @@ import 'package:flutter_icons/flutter_icons.dart';
|
||||
import 'package:intl/intl.dart';
|
||||
import 'package:provider/provider.dart';
|
||||
|
||||
import 'processing_editor_old.dart';
|
||||
import 'processing_edit_editor.dart';
|
||||
|
||||
final DateFormat dateFormat = DateFormat("d MMM yyyy");
|
||||
|
||||
@@ -179,7 +179,7 @@ class _ProcessingInfoState extends State<ProcessingInfo> {
|
||||
bool deleted = await Navigator.push<bool>(
|
||||
context,
|
||||
CupertinoPageRoute(
|
||||
builder: (context) => ProcessingEditor(
|
||||
builder: (context) => ProcessingEditEditor(
|
||||
package: widget.package,
|
||||
)));
|
||||
if (deleted ?? false) {
|
||||
|
||||
Reference in New Issue
Block a user