File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
src/main/java/com/blankj/utilcode/util Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -62,5 +62,5 @@ dependencies {
62
62
testCompile " org.robolectric:robolectric:$rootProject . ext . robolectricVersion "
63
63
testCompile " com.google.truth:truth:0.31"
64
64
}
65
- apply from : " https://raw.githubusercontent.com/xiaopansky/android-library-publish-to-jcenter/master/bintrayUpload.gradle"
65
+ // apply from: "https://raw.githubusercontent.com/xiaopansky/android-library-publish-to-jcenter/master/bintrayUpload.gradle"
66
66
// gradle bintrayUpload
Original file line number Diff line number Diff line change 12
12
import android .support .annotation .NonNull ;
13
13
import android .support .annotation .StringRes ;
14
14
import android .support .v4 .widget .TextViewCompat ;
15
- import android .util .Log ;
16
15
import android .view .Gravity ;
17
16
import android .view .LayoutInflater ;
18
17
import android .view .View ;
@@ -388,7 +387,6 @@ private static View getView(@LayoutRes final int layoutId) {
388
387
}
389
388
}
390
389
}
391
- Log .d ("bbbb" , "getView: " );
392
390
LayoutInflater inflate = (LayoutInflater ) Utils .getApp ().getSystemService (Context .LAYOUT_INFLATER_SERVICE );
393
391
final View toastView = inflate .inflate (layoutId , null );
394
392
sViewWeakReference = new WeakReference <>(toastView );
You can’t perform that action at this time.
0 commit comments