Merge "Purify SettingsActivity from old search code."

This commit is contained in:
TreeHugger Robot
2017-03-16 23:01:44 +00:00
committed by Android (Google) Code Review
11 changed files with 8 additions and 1048 deletions

View File

@@ -130,7 +130,7 @@ public class RedactionInterstitial extends SettingsActivity {
if (v.getId() == R.id.redaction_done_button) {
final RedactionInterstitial activity = (RedactionInterstitial) getActivity();
if (activity != null) {
activity.setResult(RESULT_OK, activity.getResultIntentData());
activity.setResult(RESULT_OK, null);
finish();
}
}