Commit a4c5fc49 authored by Max Lv's avatar Max Lv

Fix building error

parent 3c69b23a
...@@ -11,7 +11,6 @@ import com.github.shadowsocks.utils.{State, Utils} ...@@ -11,7 +11,6 @@ import com.github.shadowsocks.utils.{State, Utils}
*/ */
@TargetApi(24) @TargetApi(24)
final class ShadowsocksTileService extends TileService with ServiceBoundContext { final class ShadowsocksTileService extends TileService with ServiceBoundContext {
import ShadowsocksTileService._
private lazy val iconIdle = Icon.createWithResource(this, R.drawable.ic_start_idle).setTint(0x80ffffff) private lazy val iconIdle = Icon.createWithResource(this, R.drawable.ic_start_idle).setTint(0x80ffffff)
private lazy val iconBusy = Icon.createWithResource(this, R.drawable.ic_start_busy) private lazy val iconBusy = Icon.createWithResource(this, R.drawable.ic_start_busy)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment