Sometrik / canvas

C++ canvas implementation
MIT License
37 stars 8 forks source link

AndroidCache should be initialized lazily #1

Closed rekola closed 8 years ago

rekola commented 8 years ago

AndroidCache should not be initialized during construction. Instead, initialize it when it is used for the first time.