Crash-Test-Buddies / WiFi-Buddy

Wi-Fi Buddy - Library to handle Android Wi-Fi Direct
https://groups.google.com/forum/#!forum/wi-fi-direct
MIT License
48 stars 12 forks source link

Handler is coupled to the views #90

Closed tuttleb closed 8 years ago

tuttleb commented 8 years ago

Nothing in the wifi package should ever import from the views package.

https://github.com/brendankirby/WiFi-Buddy/tree/master/app/src/main/java/edu/rit/se/crashavoidance/wifi#L38-L40

cc @danbartz720

brendankirby commented 8 years ago

@tuttleb I think you fixed this right?

brendankirby commented 8 years ago

Resolved in #105