forked from organicmaps/organicmaps
[android] Revert changes - added methods like legacy auth fragment
This commit is contained in:
parent
14e2deaf0e
commit
cf7ca68325
1 changed files with 4 additions and 4 deletions
|
@ -22,17 +22,17 @@ public abstract class BaseAuthFragment extends BaseAsyncOperationFragment
|
|||
|
||||
@Override
|
||||
@CallSuper
|
||||
public void onAttach(Context context)
|
||||
public void onStart()
|
||||
{
|
||||
super.onAttach(context);
|
||||
super.onStart();
|
||||
mAuthorizer.attach(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
@CallSuper
|
||||
public void onDestroyView()
|
||||
public void onStop()
|
||||
{
|
||||
super.onDestroyView();
|
||||
super.onStop();
|
||||
mAuthorizer.detach();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue