mirror of
https://gitee.com/openharmony/applications_dlp_manager
synced 2024-11-27 03:50:45 +00:00
commit
d7d0214030
@ -110,6 +110,8 @@ export default class MainAbility extends UIExtensionAbility {
|
||||
console.info(TAG, 'onSessionDestroy');
|
||||
if (session === GlobalContext.load('session')) {
|
||||
GlobalContext.store('session', '');
|
||||
}
|
||||
if (!(GlobalContext.load('requestIsFromSandBox') as boolean)) {
|
||||
this.homeFeature.closeDLPFileHome(GlobalContext.load('uri'), (err: number) => {
|
||||
if (err !== 0) {
|
||||
console.error(TAG, 'closeDLPFile failed', err);
|
||||
|
Loading…
Reference in New Issue
Block a user