Skip to content

Android does not initialize with sample code #55

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();
});

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions