mirror of
https://gitee.com/openharmony/ability_ability_runtime
synced 2024-11-23 07:10:19 +00:00
change isCallerSetProcess from bool to atomic_bool
Signed-off-by: chenzexin <chenzexin14@huawei.com>
This commit is contained in:
parent
1b983bde82
commit
3f5812ee8d
@ -1305,7 +1305,7 @@ private:
|
||||
bool isStartedByCall_ = false;
|
||||
bool isStartToBackground_ = false;
|
||||
bool isStartToForeground_ = false;
|
||||
bool isCallerSetProcess_ = false;
|
||||
std::atomic_bool isCallerSetProcess_ = false;
|
||||
int32_t appIndex_ = 0;
|
||||
bool minimizeReason_ = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user