Merge pull request #1231 from TomHennen/fix_force_close_2.3.7
Fix force close on 2.3.7
This commit is contained in:
commit
bdc301cb5d
|
@ -39,7 +39,7 @@ import de.greenrobot.event.EventBus;
|
|||
/**
|
||||
* Implements methods for accessing the database
|
||||
*/
|
||||
public class PodDBAdapter implements AutoCloseable {
|
||||
public class PodDBAdapter {
|
||||
|
||||
private static final String TAG = "PodDBAdapter";
|
||||
public static final String DATABASE_NAME = "Antennapod.db";
|
||||
|
|
Loading…
Reference in New Issue