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

Commit 58519274 authored by Justin Weir's avatar Justin Weir Committed by Android (Google) Code Review
Browse files

Merge "Add super call to onCreateView" into main

parents 32c45640 bd5eefb0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -112,6 +112,7 @@ public class RedactionInterstitial extends SettingsActivity {
        @Override
        public View onCreateView(LayoutInflater inflater, ViewGroup container,
                Bundle savedInstanceState) {
            super.onCreateView(inflater, container, savedInstanceState);
            return inflater.inflate(R.layout.redaction_interstitial, container, false);
        }