From ee9b89c4d459f20817b7b52c9d81e67ea148a0cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Nov=C3=A1k?= Date: Mon, 14 Dec 2015 16:26:56 +0100 Subject: [PATCH] Make the 'try again' device management option actually try again. Fixes #4648 Closes #4882 --- src/org/thoughtcrime/securesms/DeviceListFragment.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/org/thoughtcrime/securesms/DeviceListFragment.java b/src/org/thoughtcrime/securesms/DeviceListFragment.java index 78663275df..5907f9ec1f 100644 --- a/src/org/thoughtcrime/securesms/DeviceListFragment.java +++ b/src/org/thoughtcrime/securesms/DeviceListFragment.java @@ -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); } });