Skip to content

Issue 367 database not created

Joshua Schwamb requested to merge issue_367_database_not_created into main

License and Copyright Notice

By submitting this issue or commenting on this issue, or contributing any content to this issue, you certify under the Developer Certificate of Origin that the content you post may be licensed under GPLv3 (for code) or CC-BY-SA 4.0 International (for non-code content).

Branch Name

issue_367_database_note_created

Related Issues

Closes Issue #367 (closed)

Description

Accidentally created a bug while cleaning up the code in NestDBDataSource.java where the local database is never created. This issue has been resolved.

Steps to Test

  1. Click the "Check Expiration Date" button on the app's homepage
  2. Wait for the database to load
  3. Use "App Inspection" in Android Studio to verify the database has been successfully created

Relevant Screenshots

(Post any relevant screenshots here.)

Relevant Logs

(Paste any relevant logs here.)

Developer Notes

(List any notes you have about what you did here using bullets, for ex:)

  • Note 1
  • Note 2
  • Note 3

Merge request reports