Skip to content

use same sketch creation mechanism across wallpapers and watch faces #237

Closed
@codeanticode

Description

@codeanticode

Both are services that initialize their sketches in the Engine.onCreate() callback method, but wallpapers use the createSketch(), while watch faces create the sketch in the constructor of the watch face class and then call setSketch(). Use one or the other to avoid confusion.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions