mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-08-05 21:07:49 +01:00
Fix endless spinner when granting contacts permission.
This commit is contained in:
committed by
Alex Hart
parent
8435ce85be
commit
399160bc32
@@ -553,6 +553,8 @@ public final class ContactSelectionListFragment extends LoggingFragment {
|
||||
|
||||
@Override
|
||||
protected void onPostExecute(Boolean result) {
|
||||
setRefreshing(false);
|
||||
|
||||
if (result) {
|
||||
reset();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user