We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6adeda commit b14fdcaCopy full SHA for b14fdca
mobile/src/main/scala/com/github/shadowsocks/acl/CustomRulesFragment.scala
@@ -234,6 +234,7 @@ class CustomRulesFragment extends ToolbarFragment with Toolbar.OnMenuItemClickLi
234
235
def selectAll() {
236
selectedItems.clear()
237
+ selectedItems ++= acl.urls
238
selectedItems ++= acl.subnets
239
selectedItems ++= acl.proxyHostnames
240
onSelectedItemsUpdated()
0 commit comments