mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-24 16:57:50 +00:00
Make the 'try again' device management option actually try again.
Fixes #4648 Closes #4882
This commit is contained in:
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…
x
Reference in New Issue
Block a user