Make the 'try again' device management option actually try again.

Fixes #4648
Closes #4882
pull/1/head
David Novák 9 years ago committed by Moxie Marlinspike
parent 0caad7f348
commit ee9b89c4d4

@ -142,6 +142,7 @@ public class DeviceListFragment extends ListFragment
new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {
getLoaderManager().getLoader(0).forceLoad();
getLoaderManager().initLoader(0, null, DeviceListFragment.this);
}
});

Loading…
Cancel
Save