material-motion-archive / runtime-objc

Archived February 16, 2017 :: Material Motion Runtime for Apple devices
Apache License 2.0
20 stars 3 forks source link

Tokens should register is-active tokens with the performer group #85

Closed jverkoey closed 8 years ago

jverkoey commented 8 years ago

MDMIsActiveTokenGenerator currently registers the token in its generate method. We should move this registration into the token's initializer. This ensures that the token is both registering and unregistering itself.