File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
app/src/main/java/com/malin/rengwuxianrxjava/activity Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -985,15 +985,16 @@ public void call(Integer integer) {
985
985
}
986
986
987
987
988
- private static final int COUNT = 10 ;
989
- private static final int TIME_ALL = 5000 ;
988
+ private static final int COUNT = 10 ;
989
+ private static final int TIME_ALL = 5000 ;
990
990
private ArrayList <Long > timeList = new ArrayList <Long >();
991
+
991
992
private void method18 () {
992
993
993
- int COUNT = 5 ;
994
- int TIME_ALL = 3000 ;
995
- ArrayList <Long > timeList = new ArrayList <Long >();
996
- ArrayList <Long > allList = new ArrayList <Long >();
994
+ final int COUNT = 5 ;
995
+ final int TIME_ALL = 3000 ;
996
+ final ArrayList <Long > timeList = new ArrayList <Long >();
997
+ final ArrayList <Long > allList = new ArrayList <Long >();
997
998
998
999
RxView .clicks (findViewById (R .id .iv_image ))
999
1000
.map (new Func1 <Void , Long >() {
You can’t perform that action at this time.
0 commit comments