stopTimer static method
void
stopTimer()
Implementation
static void stopTimer() {
if (timer != null) {
Log.i(tag, "stopTimer");
timer!.cancel();
timer = null;
}
}
static void stopTimer() {
if (timer != null) {
Log.i(tag, "stopTimer");
timer!.cancel();
timer = null;
}
}