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();
|
showConnectionType();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onLinkPropertiesChanged(@NonNull Network network, @NonNull LinkProperties linkProperties) {
|
||||||
|
showConnectionType();
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onLost(@NonNull Network network) {
|
public void onLost(@NonNull Network network) {
|
||||||
showConnectionType();
|
showConnectionType();
|
||||||
|
|
Loading…
Reference in New Issue