mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-21 03:38:29 +00:00
Fix warning
This commit is contained in:
parent
e6fa0a62b9
commit
907df2f06d
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ public class StatusFragment extends Fragment {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void registrationStateChanged(final RegistrationState state) {
|
public void registrationStateChanged(final RegistrationState state) {
|
||||||
if (!isAttached) {
|
if (!isAttached || !LinphoneService.isReady()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue