Skip to content

Commit 9ff6090

Browse files
Mygodkaneawk
authored andcommitted
Fix ETXTBSY when opening custom rules
1 parent 7dc49e5 commit 9ff6090

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/main/scala/com/github/shadowsocks/acl/CustomRulesFragment.scala

-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ class CustomRulesFragment extends ToolbarFragment with Toolbar.OnMenuItemClickLi
232232
toolbar.inflateMenu(R.menu.custom_rules_menu)
233233
toolbar.setOnMenuItemClickListener(this)
234234
selectionItem = toolbar.getMenu.findItem(R.id.selection)
235-
app.updateAssets()
236235
list = view.findViewById(R.id.list).asInstanceOf[RecyclerView]
237236
list.setLayoutManager(new LinearLayoutManager(getActivity, LinearLayoutManager.VERTICAL, false))
238237
list.setItemAnimator(new DefaultItemAnimator)

0 commit comments

Comments
 (0)