mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-17 18:41:37 +01:00
Supression méthode inutile
This commit is contained in:
parent
957a9b09ac
commit
1f94f3dd1a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public class TimeService extends Service {
|
||||||
mTimer = new Timer();
|
mTimer = new Timer();
|
||||||
}
|
}
|
||||||
|
|
||||||
mTimer.scheduleAtFixedRate(new TimeDisplayTimerTask(),0, UtilDate.tomorrowAtNoon());
|
mTimer.scheduleAtFixedRate(new TimeDisplayTimerTask(),0, UtilDate.tomorrowAtNoonInMillis());
|
||||||
}
|
}
|
||||||
|
|
||||||
class TimeDisplayTimerTask extends TimerTask {
|
class TimeDisplayTimerTask extends TimerTask {
|
||||||
|
|
Loading…
Reference in a new issue