2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 13:47:41 +00:00

Fixed crash

This commit is contained in:
Albert Vaca
2015-09-09 12:30:24 -07:00
parent a9b4a6bdea
commit c837079e03

View File

@@ -158,7 +158,8 @@ public class PairingFragment extends Fragment implements PairingDeviceItem.Callb
//Restore scroll
list.setSelectionFromTop(index, top);
} catch (IllegalStateException e) {
//Ignore: The activity was closed while we were trying to update it
} finally {
listRefreshCalledThisFrame = false;
}