mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +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) {
|
||||
if (!isAttached) {
|
||||
if (!isAttached || !LinphoneService.isReady()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue