Merge "Remove fake data" into nyc-mr2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d258b2f40f
@@ -65,7 +65,7 @@ public abstract class InstrumentedFragment extends PreferenceFragment {
|
||||
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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user