Merge "Removed fake data"
This commit is contained in:
committed by
Android (Google) Code Review
commit
e59100ab9e
@@ -62,7 +62,7 @@ public class SurveyMixin implements LifecycleObserver, OnResume, OnPause {
|
|||||||
if (provider.getSurveyExpirationDate(activity, id) <= -1) {
|
if (provider.getSurveyExpirationDate(activity, id) <= -1) {
|
||||||
// register the receiver to show the survey on completion.
|
// register the receiver to show the survey on completion.
|
||||||
mReceiver = provider.createAndRegisterReceiver(activity);
|
mReceiver = provider.createAndRegisterReceiver(activity);
|
||||||
provider.downloadSurvey(activity, id, "fakeData");
|
provider.downloadSurvey(activity, id, null /* data */);
|
||||||
} else {
|
} else {
|
||||||
provider.showSurveyIfAvailable(activity, id);
|
provider.showSurveyIfAvailable(activity, id);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user