Fix warning
This commit is contained in:
parent
64e0513354
commit
6d45c9eb6d
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ public class StatusFragment extends Fragment {
|
|||
}
|
||||
|
||||
public void registrationStateChanged(final RegistrationState state) {
|
||||
if (!isAttached) {
|
||||
if (!isAttached || !LinphoneService.isReady()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue