Skip to content

Commit

Permalink
TEMP CODE
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeUSeob committed Aug 16, 2024
1 parent f646da5 commit c63263d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions lib/vm_sdk/impl/vm_text_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,29 @@ class VMTextWidget extends StatelessWidget {
_texts = [];
_texts.addAll(values);

// TEMP CODE : WILL BE REMOVED : START
final tempMap = {
"Title_SW054": true,
"Title_SW055": true,
"Title_SW056": true,
"Title_SW057": true,
"Title_SW058": true,
"Title_SW059": true,
"Title_SW060": true,
"Title_SW061": true,
"Title_SW062": true,
"Title_SW063": true,
"Title_SW064": true,
"Title_SW065": true,
"Title_SW066": true,
};

if (tempMap[_id] == true && _texts.length < 2) {
_texts.add(" ");
}
// TEMP CODE : WILL BE REMOVED : END


if (isExtractPreviewImmediate) {
await extractPreview();
}
Expand Down

0 comments on commit c63263d

Please sign in to comment.