summaryrefslogtreecommitdiff
path: root/src/ui/modal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/modal.cpp')
-rw-r--r--src/ui/modal.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/modal.cpp b/src/ui/modal.cpp
index 88f6d3ef..ec541914 100644
--- a/src/ui/modal.cpp
+++ b/src/ui/modal.cpp
@@ -41,8 +41,6 @@ Modal::Modal(Screen* host)
lv_obj_set_style_bg_opa(root_, LV_OPA_COVER, 0);
lv_obj_set_style_bg_color(root_, lv_color_white(), 0);
- themes::Theme::instance()->ApplyStyle(root_, themes::Style::kPopup);
-
host_->modal_group(group_);
}