OSDN Git Service

Refresh should always update the field
authorLucas Dupin <dupin@google.com>
Mon, 20 May 2019 16:29:31 +0000 (09:29 -0700)
committerLucas Dupin <dupin@google.com>
Mon, 20 May 2019 18:29:45 +0000 (11:29 -0700)
commit01c783823b534daad4318f48686a2b233e6a266c
tree0a063aabe1185c7710f62f518922e8af5e7f1cfa
parent51374fc706c8d83f481a498bb582dea4be388058
Refresh should always update the field

Otherwise it's hard to keep track of things happening or not, since
the request would be postponed, leading to bugs elsewhere.

Test: Wait for time to pass on lock screen
Test: Enter/leave AOD
Fixes: 132955195
Change-Id: I54f806f9dd2d1cf4acac420bab08d4579f867a5f
core/java/android/widget/TextClock.java