Skip to content

Commit

Permalink
GIF added
Browse files Browse the repository at this point in the history
  • Loading branch information
mishra3452 committed Apr 2, 2020
1 parent 4a7db53 commit fff7663
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class MainActivity : AppCompatActivity(), OnMapReadyCallback {
run {
if (index < 10) {
updateCarLocation(cabLatLngList[index])
handler.postDelayed(runnable, 5000)
handler.postDelayed(runnable, 3000)
++index
} else {
handler.removeCallbacks(runnable)
Expand Down
Binary file modified assets/how-to-add-uber-car-animation-in-android-app-gif.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fff7663

Please sign in to comment.