mirror of https://github.com/M66B/FairEmail.git
Update link props
This commit is contained in:
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…
Reference in New Issue