Archived
Text Basic 2.0.2: Fixed the awful function responsible for changing the number picker values based on which button had been clicked; changed number clickers to use respective functions in QuoteStorage.kt rather than generic getInt() and setInt()
This commit is contained in:
@@ -12,7 +12,6 @@ import com.denizd.textbasic.db.QuoteStorage
|
||||
import com.denizd.textbasic.util.showSnackBar
|
||||
import com.denizd.textbasic.util.viewBinding
|
||||
|
||||
|
||||
class QuoteFragment : BaseFragment(R.layout.fragment_quote), QuoteAdapter.OnDeleteListener {
|
||||
|
||||
private lateinit var storage: QuoteStorage
|
||||
|
||||
Reference in New Issue
Block a user