Diffusion Krita 1fbb25506a9d

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-zamJul 10 2019, 7:11 PM
Parents
R37:643c2ada02b0: Android: Capitalize `k` in krita
Branches
Unknown
Tags
Unknown