kiall / android-tvheadend

Android + TV Headend + TV Input Framework
Apache License 2.0
194 stars 62 forks source link

Thread.start() in EpgSyncTask constructor #141

Open girlpunk opened 7 years ago

girlpunk commented 7 years ago

There is a call to HandlerThread.start() in the constructor of EpgSyncTask.

This isn't an issue on it's own, but will cause problems if EpgSyncTask is ever extended, as the EpgSyncTask's constructor will start the thread before the child class has been initialized.