Results 2 issues of patbeagan1

![screen shot 2018-01-30 at 4 25 19 pm](https://user-images.githubusercontent.com/10187351/35592185-41db7eae-05da-11e8-8ef2-36c719acedb3.png) In this case, the interpolated string is not being closed. The end of the line should have `}"`. The expanded string is...

There is an intermittent exception happening when fragments are destroyed ``` Fatal Exception: java.lang.IllegalStateException Observer androidx.recyclerview.widget.RecyclerView$x@2e03f6b was not registered. android.database.Observable.unregisterObserver (Observable.java:69) androidx.recyclerview.widget.RecyclerView.setAdapter (RecyclerView.java:1194) com.wayfair.brickkit.BrickDataManager.onDestroyView (BrickDataManager.kt:399) ``` the issue appears to...