Skip to content

Commit bce2f14

Browse files
authored
Support only Tizen 5.5 and above (#41)
1 parent 7ac0c65 commit bce2f14

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/check-symbols.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Check symbols
3333
run: |
3434
python3 tools/check_symbols.py \
35-
--allowlist=tizen_allowlist/4.0.0_native_whitelist_wearable_v12.txt \
35+
--allowlist=tizen_allowlist/5.5.0_native_whitelist_wearable_v7.txt \
3636
artifacts/libflutter_tizen_wearable.so
3737
3838
- name: Commit success status

flutter/shell/platform/tizen/tizen_window_elementary.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,7 @@ bool TizenWindowElementary::CreateWindow() {
9898
FT_LOG(Error) << "Could not create an Evas window.";
9999
return false;
100100
}
101-
102-
#ifndef WEARABLE_PROFILE
103101
elm_win_aux_hint_add(elm_win_, "wm.policy.win.user.geometry", "1");
104-
#endif
105102

106103
int32_t width = 0, height = 0;
107104
if (external_output_type_ != FlutterDesktopExternalOutputType::kNone) {

0 commit comments

Comments
 (0)