This commit is contained in:
M66B 2021-11-06 15:07:37 +01:00
parent e39bc5d3be
commit 92c07cce98
1 changed files with 1 additions and 1 deletions

View File

@ -1466,7 +1466,7 @@ public class FragmentCompose extends FragmentBase {
});
pgpService.bindToService();
// Fall-safe
// Fail-safe
getMainHandler().postDelayed(load, MAX_PGP_BIND_DELAY);
}