mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-31 06:05:12 +00:00
Add missing setEnabled(true)
The second time we entered the screen pull-to-refresh wasn't working Reviewed-by: Aleix Pol
This commit is contained in:
@@ -254,6 +254,7 @@ public class PairingFragment extends Fragment implements PairingDeviceItem.Callb
|
||||
@Override
|
||||
public void onStart() {
|
||||
super.onStart();
|
||||
mSwipeRefreshLayout.setEnabled(true);
|
||||
BackgroundService.RunCommand(mActivity, service -> service.addDeviceListChangedCallback("PairingFragment", this::updateDeviceList));
|
||||
updateDeviceList();
|
||||
}
|
||||
|
Reference in New Issue
Block a user