This repository was archived by the owner on Sep 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
This repository was archived by the owner on Sep 21, 2020. It is now read-only.
skids板子进度条实验和计算器实验同时运行的问题 #9
Open
Description
现象:在进度条实验成功后,再运行其它实验,会出现进度条和另一个实验的程序同时运行的情况。
步骤:
1,先运行进度条实验
2,在进度条没有走到头时点击stop按钮
3,运行其它实验代码,比如计算器
实际结果:
进度条实验代码和另一个实验(计算器)的程序同时运行在屏幕上
希望结果:
当前只有一个实验的程序运行
可能原因:
可能是关闭进度条程序的时候,进度条的定时器底层并没有被关闭,运行计算器程序的时候,进度条的定时器被带动起来,造成了两个实验同时运行的情况。
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.