Merge "Don't try using a detached fragment." into oc-dev am: b59337c0eb
am: 019946868e
Change-Id: I5e60e805cda5e7210d18027dfd4ddf9382ce50b8
This commit is contained in:
@@ -240,6 +240,7 @@ public class EditUserPhotoController {
|
||||
|
||||
@Override
|
||||
protected void onPostExecute(Void result) {
|
||||
if (!mFragment.isAdded()) return;
|
||||
cropPhoto();
|
||||
}
|
||||
}.execute();
|
||||
|
Reference in New Issue
Block a user