consolidate: small ui things

This commit is contained in:
Vincent Breitmoser
2014-08-20 21:52:54 +02:00
parent 6c428fa6b5
commit dd1b27b28f
2 changed files with 6 additions and 1 deletions

View File

@@ -832,6 +832,8 @@ public class ProviderHelper {
log(LogLevel.START, LogType.MSG_CON);
mIndent += 1;
progress.setProgress(R.string.progress_con_saving, 0, 100);
try {
log(LogLevel.DEBUG, LogType.MSG_CON_SAVE_SECRET);
@@ -891,6 +893,8 @@ public class ProviderHelper {
mIndent -= 1;
}
progress.setProgress(R.string.progress_con_saving, 3, 100);
// 1b. fetch all public keyrings into a cache file
try {