1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-03 13:44:40 +00:00

Update link props

This commit is contained in:
M66B 2020-11-04 18:57:48 +01:00
parent a773f28950
commit cde6bef586

View file

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