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

Commit d647dece authored by Alex Li's avatar Alex Li Committed by Android (Google) Code Review
Browse files

Merge "[Settings] Adjusts the result code to cancel when complete redaction...

Merge "[Settings] Adjusts the result code to cancel when complete redaction interstitial setting" into sc-dev
parents 2d31d85b e6c11957
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -153,7 +153,7 @@ public class RedactionInterstitial extends SettingsActivity {
            }
            final RedactionInterstitial activity = (RedactionInterstitial) getActivity();
            if (activity != null) {
                activity.setResult(RESULT_OK, null);
                activity.setResult(RESULT_CANCELED, null);
                finish();
            }
        }