1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 07:01:05 +00:00
This commit is contained in:
M66B 2021-11-06 15:07:37 +01:00
parent e39bc5d3be
commit 92c07cce98

View file

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