Skip to content

Commit

Permalink
delete DownloadImageTask
Browse files Browse the repository at this point in the history
  • Loading branch information
VishnuSanal committed Aug 25, 2023
1 parent ef1251a commit e8026f5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 80 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import phone.vishnu.quotes.InputStreamVolleyRequest;
import phone.vishnu.quotes.request.InputStreamVolleyRequest;
import phone.vishnu.quotes.R;
import phone.vishnu.quotes.activity.MainActivity;
import phone.vishnu.quotes.adapter.BGImageRVAdapter;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import java.util.ArrayList;
import org.json.JSONArray;
import org.json.JSONException;
import phone.vishnu.quotes.InputStreamVolleyRequest;
import phone.vishnu.quotes.request.InputStreamVolleyRequest;
import phone.vishnu.quotes.controller.AppController;
import phone.vishnu.quotes.response.FontItemAsyncResponse;
import phone.vishnu.quotes.response.FontListAsyncResponse;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

package phone.vishnu.quotes;
package phone.vishnu.quotes.request;

import com.android.volley.NetworkResponse;
import com.android.volley.Request;
Expand Down

0 comments on commit e8026f5

Please sign in to comment.