googleworkspace / android-samples

Android samples for Google Workspace APIs
Apache License 2.0
635 stars 410 forks source link

Unnencessary use of Thread in 'CreateEmptyFileActivity' #39

Closed seanpjanson closed 9 years ago

seanpjanson commented 9 years ago

It is my belief, that using 'new Thread() {....).start() in the 'CreateEmptyFileActivity' class is not necessary, since no part of the enclosed code is blocking.