google / blockly-android

Blockly for Android
Apache License 2.0
671 stars 209 forks source link

Add getBlockViewFactory to BlocklyController #611

Closed RoboErikG closed 7 years ago

RoboErikG commented 7 years ago

We had a way to access the model factory but not he view factory. This is useful for configureMutators() to avoid having to keep an extra reference to the view factory.


This change is Reviewable