修复收藏夹长按崩溃

This commit is contained in:
sonichy
2023-03-25 15:52:40 +08:00
parent 39d2e86c46
commit 1a13cf5e82
4 changed files with 17 additions and 19 deletions

View File

@@ -717,7 +717,6 @@ public class MainActivity extends Activity {
layout.addView(editText_url);
final Spinner spinner = new Spinner(MainActivity.this);
ArrayList<String> list = new ArrayList<>();
list.add("");
DBHelper helper = new DBHelper(MainActivity.this);
Cursor cursor = helper.category();
if (cursor != null) {