Update link props

This commit is contained in:
M66B 2020-11-04 18:57:48 +01:00
parent a773f28950
commit cde6bef586
1 changed files with 5 additions and 0 deletions

View File

@ -302,6 +302,11 @@ public class FragmentOptionsConnection extends FragmentBase implements SharedPre
showConnectionType();
}
@Override
public void onLinkPropertiesChanged(@NonNull Network network, @NonNull LinkProperties linkProperties) {
showConnectionType();
}
@Override
public void onLost(@NonNull Network network) {
showConnectionType();