Hiding progress on manual google places refresh
parent
43b94f923b
commit
0a078f1321
|
@ -288,6 +288,9 @@ public class PlacesFragment extends Fragment {
|
|||
if (nextPageToken == null) {
|
||||
noMoreResults = true;
|
||||
}
|
||||
|
||||
MainActivity activity = (MainActivity) getActivity();
|
||||
activity.hideProgress();
|
||||
semaphore.release();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue