Fix Codacy Issues + remove unused patch

This commit is contained in:
Adam Jones 2017-03-21 20:31:10 +00:00
parent 2e5fdf44ed
commit ea43e1a796
8 changed files with 18 additions and 46 deletions

View file

@ -29,8 +29,8 @@ public abstract class HandlerService<T> extends Service {
@Override
public void onDestroy() {
super.onDestroy();
threadLooper.quit();
super.onDestroy();
}
public class HandlerServiceLocalBinder extends Binder {