mirror of
https://github.com/openharmony/applications_systemui.git
synced 2026-07-20 03:58:57 -04:00
revise the initialised value for want
Signed-off-by: tangzhigang1 <tangzhigang7@huawei.com>
This commit is contained in:
@@ -20,7 +20,7 @@ import WantAgent from '@ohos.wantAgent';
|
||||
const TAG = 'CommonUtil';
|
||||
const DEFAULT_INFO = {
|
||||
code: 0,
|
||||
want: '',
|
||||
want: {},
|
||||
permission: '',
|
||||
extraInfo: {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user