Unverified Commit fda392a6 authored by Mygod's avatar Mygod Committed by GitHub

Fix duplicate authentication

parent d41b426d
...@@ -47,7 +47,7 @@ class TileService : BaseTileService(), ShadowsocksConnection.Callback { ...@@ -47,7 +47,7 @@ class TileService : BaseTileService(), ShadowsocksConnection.Callback {
updateTile(BaseService.State.values()[service.state]) { service.profileName } updateTile(BaseService.State.values()[service.state]) { service.profileName }
if (tapPending) { if (tapPending) {
tapPending = false tapPending = false
onClick() toggle()
} }
} }
......
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