Merge "Removed fake data"

This commit is contained in:
TreeHugger Robot
2016-12-21 22:19:17 +00:00
committed by Android (Google) Code Review

View File

@@ -62,7 +62,7 @@ public class SurveyMixin implements LifecycleObserver, OnResume, OnPause {
if (provider.getSurveyExpirationDate(activity, id) <= -1) {
// register the receiver to show the survey on completion.
mReceiver = provider.createAndRegisterReceiver(activity);
provider.downloadSurvey(activity, id, "fakeData");
provider.downloadSurvey(activity, id, null /* data */);
} else {
provider.showSurveyIfAvailable(activity, id);
}