naman14 / TimberX

Material theme music player that works across all form factors (phones, wear, auto, cast, assistant) and uses latest tools (Kotlin, Architecture components, Room, Databinding)

Home Page:https://namand.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some cursors are not closed

costular opened this issue · comments

I saw some methods where you aren't closing cursors which is very important for memory handling.

return cursor.getString(column_index)

#3 will help

Yeah, should be fixed with #3. Please reopen if there any other places where cursor is not closed