Guest User

Untitled

a guest
Mar 19th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. inner class GeoTask : AsyncTask<Util, Util, Unit>() {
  2.  
  3. override fun doInBackground(vararg p0: Util?) {
  4.  
  5. LocationUtil(this@DisplayMembers).startLocationUpdates()
  6. }
  7. }
Add Comment
Please, Sign In to add comment