android
android copied to clipboard
Post-merge cleanup/tasks after greenDAO-Room migration (#506)
trafficstars
This issue tracks the post-merge cleanup tasks following the migration from greenDAO to Room in PR #506.
Tasks:
- [ ] Replace
Optionalwith Kotlin nullable; See: https://github.com/cryptomator/android/pull/506#discussion_r1447631488 - [ ] Resolve
getColumnIndexwarnings
Related PR: https://github.com/cryptomator/android/pull/506 Comment: https://github.com/cryptomator/android/pull/506#discussion_r1447631488 Requested by: @JaniruTEC