Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cfd475fe authored by Salvador Martinez's avatar Salvador Martinez Committed by android-build-merger
Browse files

Removed fake data

am: 4b69b113

Change-Id: Idc8731119c9dca50135c15454944d8b20aa89730
parents e1f3b34a 4b69b113
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ public abstract class InstrumentedPreferenceFragment 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);
                }