File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
java/a/gautham/statusdownloader/Fragments Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- xmlns : tools =" http://schemas.android.com/tools"
4- package =" a.gautham.statusdownloader" >
3+ xmlns : tools =" http://schemas.android.com/tools" >
54
65 <uses-permission android : name =" android.permission.INTERNET" />
76 <uses-permission android : name =" android.permission.POST_NOTIFICATIONS" />
Original file line number Diff line number Diff line change 66import android .os .Handler ;
77import android .os .Looper ;
88import android .os .StrictMode ;
9- import android .util .Log ;
109import android .view .LayoutInflater ;
1110import android .view .View ;
1211import android .view .ViewGroup ;
@@ -203,8 +202,6 @@ private void executeNew() {
203202 }
204203 }
205204
206- Log .e ("HEY: " , String .valueOf (imagesList .size ()));
207-
208205 mainHandler .post (() -> {
209206
210207 if (imagesList .size () <= 0 ) {
You can’t perform that action at this time.
0 commit comments