Diffusion Krita 3cfbbf5ecdf1

Fix crash during startup

Authored by sh-zam on Jul 10 2019, 7:11 PM.

Description

Fix crash during startup

Sometimes android would send us Activity#onPause event
twice, which then allows us to make call to KisPart::instance(),
which calls the ctor of KisPart and then it initializing
things which should not be initialized at such an early stage.
Hence, the crash

Maniphest: T10784

Details

Committed
sh-zamApr 30 2020, 3:12 PM
Parents
R37:9bb1375cdfd1: Android: Capitalize `k` in krita
Branches
Unknown
Tags
Unknown