@@ -952,9 +952,10 @@ function restore_data_from_storage {
return
fi
+ clear
+
# Restore all
if [[ $app_name == "$AllStr" ]]; then
- clear
$restore_command
retcode="$?"
if [[ "$retcode" != "0" ]]; then