Merge "Fixed typo on log statement." into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
a7a7482118
@@ -78,7 +78,7 @@ open class SystemUpdatePreferenceController(context: Context, preferenceKey: Str
|
|||||||
|
|
||||||
val status = updateInfo.getInt(SystemUpdateManager.KEY_STATUS)
|
val status = updateInfo.getInt(SystemUpdateManager.KEY_STATUS)
|
||||||
if (status == SystemUpdateManager.STATUS_UNKNOWN) {
|
if (status == SystemUpdateManager.STATUS_UNKNOWN) {
|
||||||
Log.d(TAG, "Update statue unknown")
|
Log.d(TAG, "Update status unknown")
|
||||||
}
|
}
|
||||||
when (status) {
|
when (status) {
|
||||||
SystemUpdateManager.STATUS_WAITING_DOWNLOAD,
|
SystemUpdateManager.STATUS_WAITING_DOWNLOAD,
|
||||||
|
Reference in New Issue
Block a user