Update link props

pull/187/head
M66B 4 years ago
parent a773f28950
commit cde6bef586

@ -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();

Loading…
Cancel
Save