Merge "Resolve feedback from API review"

gugelfrei
TreeHugger Robot 6 years ago committed by Android (Google) Code Review
commit ffa6f9191e

@ -168,7 +168,7 @@ static DrmPlugin::OfflineLicenseState toOfflineLicenseState(
case OfflineLicenseState::USABLE:
return DrmPlugin::kOfflineLicenseStateUsable;
case OfflineLicenseState::INACTIVE:
return DrmPlugin::kOfflineLicenseStateInactive;
return DrmPlugin::kOfflineLicenseStateReleased;
default:
return DrmPlugin::kOfflineLicenseStateUnknown;
}

Loading…
Cancel
Save