Ejemplo n.º 1
0
 public override void OnTerminate()
 {
     base.OnTerminate();
     UnregisterActivityLifecycleCallbacks(this);
     if (mAuthListener != null)
     {
         mAuth.RemoveAuthStateListener(mAuthListener);
     }
 }
Ejemplo n.º 2
0
 protected override void OnStop()
 {
     base.OnStop();
     mAuth.RemoveAuthStateListener(this);
 }