Skip to content

Android does not initialize with sample code #55

@Whip

Description

@Whip

The code in the Readme

application.onLaunch = function (intent) {
       imageCache.initialize();
};

does not work and produces an error SimpleDraweeView was not nitialized!

This is what I used to fix the problem

application.on(application.launchEvent, function(args) {
    imageCache.initialize();
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions