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

Commit 5a13d2fc authored by Jeff Sharkey's avatar Jeff Sharkey Committed by android-build-merger
Browse files

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

am: 01994686

Change-Id: I5e60e805cda5e7210d18027dfd4ddf9382ce50b8
parents b4e7b172 01994686
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();