finished loading

This commit is contained in:
Sem van der Hoeven
2020-12-17 11:50:31 +01:00
parent 70342c6506
commit b52c5556d2
8 changed files with 45 additions and 24 deletions

View File

@@ -20,6 +20,8 @@ import androidx.core.content.ContextCompat;
import androidx.fragment.app.Fragment;
import com.a1.nextlocation.R;
import com.a1.nextlocation.recyclerview.CouponListManager;
import com.a1.nextlocation.recyclerview.LocationListManager;
import org.osmdroid.api.IMapController;
import org.osmdroid.config.Configuration;
@@ -112,6 +114,9 @@ public class HomeFragment extends Fragment {
}
LocationListManager locationListManager = new LocationListManager(requireContext());
locationListManager.load();
}
private void requestPermissionsIfNecessary(String... permissions) {
ArrayList<String> permissionsToRequest = new ArrayList<>();