|
@@ -1450,7 +1450,7 @@ public class OnBoardingActivity extends AppCompatActivity {
|
|
removeUnownedDevice(deviceInfo);
|
|
removeUnownedDevice(deviceInfo);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- }, 3000 * index);
|
|
|
|
|
|
+ }, 4000 * index); // 3000 -> 4000
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|
|
@@ -1523,7 +1523,7 @@ public class OnBoardingActivity extends AppCompatActivity {
|
|
}
|
|
}
|
|
|
|
|
|
try {
|
|
try {
|
|
- Thread.sleep(1500);
|
|
|
|
|
|
+ Thread.sleep(2500); // 1500 -> 2500
|
|
} catch (InterruptedException e) {
|
|
} catch (InterruptedException e) {
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
}
|
|
}
|
|
@@ -1578,7 +1578,7 @@ public class OnBoardingActivity extends AppCompatActivity {
|
|
removeOwnedDevice(deviceInfo);
|
|
removeOwnedDevice(deviceInfo);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- }, 1000 * iLoop);
|
|
|
|
|
|
+ }, 1500 * iLoop); // 1000 -> 1500
|
|
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|