Purify SettingsActivity from old search code.
Bug:35763944, 32590887 Test: make RunSettingsRoboTests Change-Id: Id8140b68a676e595bff095546fa119cd3ced2c4a
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user