mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-27 03:11:17 -04:00
@@ -119,7 +119,7 @@ private:
|
||||
|
||||
private:
|
||||
std::recursive_mutex userLock_;
|
||||
int32_t currentUserId_ = USER_ID_DEFAULT;
|
||||
int32_t currentUserId_ = USER_ID_NO_HEAD;
|
||||
std::unordered_map<int32_t, std::shared_ptr<UserItem>> userItems_;
|
||||
std::shared_ptr<UserEventHandler> eventHandler_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user