Skip to content

Commit 030ba47

Browse files
committed
[receive] キャンセルボタンが押された後もハッシュ計算をしてしまう問題の修正
1 parent c196de1 commit 030ba47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/receive.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ class ReceiveFile {
203203
}
204204

205205
// ハッシュ計算
206-
if (!(hashs == null)) {
206+
if (!(hashs == null) && !pushCancelButton) {
207207
// 進捗のダイアログを消す
208208
nav.pop();
209209

0 commit comments

Comments
 (0)