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

Commit b59337c0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Don't try using a detached fragment." into oc-dev

parents 9b271041 5e2fc686
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -240,6 +240,7 @@ public class EditUserPhotoController {

            @Override
            protected void onPostExecute(Void result) {
                if (!mFragment.isAdded()) return;
                cropPhoto();
            }
        }.execute();