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 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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" >
5
4
6
5
<uses-permission android : name =" android.permission.INTERNET" />
7
6
<uses-permission android : name =" android.permission.POST_NOTIFICATIONS" />
Original file line number Diff line number Diff line change 6
6
import android .os .Handler ;
7
7
import android .os .Looper ;
8
8
import android .os .StrictMode ;
9
- import android .util .Log ;
10
9
import android .view .LayoutInflater ;
11
10
import android .view .View ;
12
11
import android .view .ViewGroup ;
@@ -203,8 +202,6 @@ private void executeNew() {
203
202
}
204
203
}
205
204
206
- Log .e ("HEY: " , String .valueOf (imagesList .size ()));
207
-
208
205
mainHandler .post (() -> {
209
206
210
207
if (imagesList .size () <= 0 ) {
You can’t perform that action at this time.
0 commit comments