Skip to content

Required SQLiteDatabase, got DatabaseWrapper Error #12

@ghost

Description

The following code errors in the ApplicationModule.class

@Provides
@Singleton
public SQLiteDatabase  database() {
    return FlowManager.getDatabase(DemoDatabase.NAME).getWritableDatabase();
}

with 'Required SQLiteDatabase, got DatabaseWrapper

am I missing something?

Cheers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions