public PopulateListWithCurrentLocationRecycler(Activity context, BusStopsDB db, BusStopRecyclerAdapter adapter) {
        super(TASK_NAME);
        this.contextRef = new WeakReference<>(context);
        this.db = db;
        this.adapter = adapter;