Guest User

Untitled

a guest
Jan 19th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. public void run(){
  2. Looper.prepare();
  3. handler = new mHandler(this);
  4. Looper.loop();
  5. }
Add Comment
Please, Sign In to add comment