forked from organicmaps/organicmaps
[android] Fixed ugc review submition when user is authorized
This commit is contained in:
parent
87ea0ef32e
commit
f5ab0a9854
1 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,8 @@ public class UGCEditorFragment extends BaseMwmAuthorizationFragment
|
|||
@Override
|
||||
public void onAuthorizationFinish(boolean success)
|
||||
{
|
||||
// No op.
|
||||
if (isAdded())
|
||||
getActivity().finish();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue