Update settings screen

This commit is contained in:
Ilya Laktyushin
2020-07-07 02:48:35 +03:00
parent 76a340cff8
commit 37895d675b
61 changed files with 6484 additions and 4636 deletions

View File

@@ -552,7 +552,7 @@
if (strongSelf->_dismissed)
return;
[strongSelf setProgressVisible:progressVisible value:progress animated:true];
[strongSelf setProgressVisible:progressVisible value:progress animated:progressVisible];
[strongSelf updateDoneButtonEnabled:doneEnabled animated:true];
if (progressVisible)
strongSelf->_hadProgress = true;