mirror of
https://gitee.com/openharmony/security_asset
synced 2024-11-26 17:40:37 +00:00
!126 add . to clear diff
Merge pull request !126 from xinchengcai/master
This commit is contained in:
commit
77c3f11470
@ -277,7 +277,7 @@ pub(crate) extern "C" fn on_user_unlocked(user_id: i32) {
|
||||
}
|
||||
|
||||
pub(crate) fn notify_on_user_removed(user_id: i32) {
|
||||
logi!("[INFO]On user remove [{}]", user_id);
|
||||
logi!("[INFO]On user remove [{}].", user_id);
|
||||
|
||||
if let Ok(load) = AssetPlugin::get_instance().load_plugin() {
|
||||
let mut params = ExtDbMap::new();
|
||||
|
Loading…
Reference in New Issue
Block a user