Don't try using a detached fragment.
Test: builds, boots Bug: 36486843 Change-Id: I3e2d2bcd56edcc86370f4b64dabdf155d63f40d3
This commit is contained in:
@@ -240,6 +240,7 @@ public class EditUserPhotoController {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onPostExecute(Void result) {
|
protected void onPostExecute(Void result) {
|
||||||
|
if (!mFragment.isAdded()) return;
|
||||||
cropPhoto();
|
cropPhoto();
|
||||||
}
|
}
|
||||||
}.execute();
|
}.execute();
|
||||||
|
Reference in New Issue
Block a user