Merge "[Settings] Adjusts the result code to cancel when complete redaction interstitial setting" into sc-dev
This commit is contained in:
@@ -153,7 +153,7 @@ public class RedactionInterstitial extends SettingsActivity {
|
|||||||
}
|
}
|
||||||
final RedactionInterstitial activity = (RedactionInterstitial) getActivity();
|
final RedactionInterstitial activity = (RedactionInterstitial) getActivity();
|
||||||
if (activity != null) {
|
if (activity != null) {
|
||||||
activity.setResult(RESULT_OK, null);
|
activity.setResult(RESULT_CANCELED, null);
|
||||||
finish();
|
finish();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user