白屏修改 

Signed-off-by: zhengyongjie <15531316327@163.com>
This commit is contained in:
zhengyongjie 2024-05-30 14:02:03 +08:00
parent 76545d7b77
commit f9acda1881
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ export class BigFolderStyleConstants {
static readonly DEFAULT_OPEN_FOLDER_TITLE_HEIGHT = 130;
// Folder add app grid list
static readonly DEFAULT_OPEN_FOLDER_TEXTAREA_HEIGHT = 48;
static readonly DEFAULT_OPEN_FOLDER_TEXTAREA_HEIGHT = 60;
static readonly DEFAULT_OPEN_FOLDER_CANCEL_SIZE = 24;
static readonly DEFAULT_OPEN_FOLDER_TITLE_TOP = 90;
static readonly DEFAULT_OPEN_FOLDER_NAVIGATION = 0;

View File

@ -512,8 +512,8 @@ export default class SmartDockModel {
onMissionClosedCallback(missionId: number): void {
Log.showInfo(TAG, 'onMissionClosedCallback, missionId=' + missionId);
amsMissionManager.clearMission(missionId);
this.getRecentViewDataList(missionId);
this.getRecentDataList().then(() => {}, () => {});
this.getRecentViewDataList(missionId).then(() => {}, () => {});
}
onMissionLabelUpdatedCallback(missionId: number): void {