设置特殊通道控件与倒计时同步更新。
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sat Apr 18 20:58:20 HKT 2026
|
||||
#Sat Apr 18 13:04:12 GMT 2026
|
||||
stageCount=12
|
||||
libraryProject=
|
||||
baseVersion=15.14
|
||||
publishVersion=15.14.11
|
||||
buildCount=0
|
||||
buildCount=1
|
||||
baseBetaVersion=15.14.12
|
||||
|
||||
@@ -270,6 +270,9 @@ public class LimitedTimeSpecialChannelView extends LinearLayout {
|
||||
long remainingSeconds = intent.getLongExtra(LimitedTimeSpecialChannelService.EXTRA_REMAINING_SECONDS, 0);
|
||||
if (mEtSeconds != null) {
|
||||
mEtSeconds.setText(String.valueOf(remainingSeconds));
|
||||
}
|
||||
if (mSwEnable != null) {
|
||||
mSwEnable.setChecked(remainingSeconds>0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user