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

Commit 01994686 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

Change-Id: I7b52324981b9f6bd71a1497b0d93afbd4dcb7ef9
parents c1288e26 b59337c0
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();