download resumption, hash verification #231

Merged
sarah merged 5 commits from filefix2 into trunk 2021-11-05 00:08:57 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 626aa386d0 - Show all commits

View File

@ -1 +1 @@
v1.3.1-25-g4adb501-2021-11-04-04-20
v1.3.1-31-g706be7f-2021-11-04-22-49

View File

@ -96,7 +96,7 @@ class FileBubbleState extends State<FileBubble> {
var path = Provider.of<ProfileInfoState>(context).downloadFinalPath(widget.fileKey()) ?? "";
wdgDecorations = Column(
crossAxisAlignment: CrossAxisAlignment.start,
children:[Text(AppLocalizations.of(context)!.fileInterrupted + ': ' + path + '\u202F'),ElevatedButton(onPressed: _btnResume, child: Text('Verify/resume'))]
children:[Text(AppLocalizations.of(context)!.fileInterrupted + ': ' + path + '\u202F'),ElevatedButton(onPressed: _btnResume, child: Text(AppLocalizations.of(context)!.verfiyResumeButton))]
);
}
} else {