Toggle navigation
This project
Loading...
Sign in
常守达
/
doublefeel_flutter
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
cd30be804b7c07aff3c27f99e46b701897e5ef63
Authored by
权海
2026-06-26 14:35:37 +0800
1 parent
dca2a68f
build: skipped
feat(ui):增加同步表盘主题后页面按钮的刷新
Changes
2
Builds
0
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
lib/app/modules/watch_theme/controllers/custom_watch_theme_preview_controller.dart
lib/app/modules/watch_theme/controllers/watch_theme_preview_controller.dart
lib/app/modules/watch_theme/controllers/custom_watch_theme_preview_controller.dart
View file @
cd30be8
...
...
@@ -199,6 +199,8 @@ class CustomWatchThemePreviewController extends GetxController {
return
false
;
}
selectedThemeItem
.
value
=
themeItem
;
var
syncSuccess
=
true
;
try
{
syncSuccess
=
await
WearEngineHostApi
().
sendWatchSyncPayload
(
...
...
lib/app/modules/watch_theme/controllers/watch_theme_preview_controller.dart
View file @
cd30be8
...
...
@@ -170,6 +170,8 @@ class WatchThemePreviewController extends GetxController {
return
false
;
}
selectedThemeItem
.
value
=
themeItem
;
var
syncSuccess
=
true
;
try
{
syncSuccess
=
await
WearEngineHostApi
().
sendWatchSyncPayload
(
...
...
Please
register
or
login
to post a comment