收藏夹增加分类

This commit is contained in:
sonichy
2023-02-22 19:50:16 +08:00
parent 566e7030c0
commit fb386af64f
9 changed files with 179 additions and 40 deletions

View File

@@ -742,7 +742,7 @@ public class MainActivity extends Activity {
ContentValues values = new ContentValues();
values.put("website", surl);
values.put("title", stitle);
helper.insert(values);
helper.insert("webfav", values);
IMM.hideSoftInputFromWindow(ET_title.getWindowToken(), 0);
} else {
Toast.makeText(getApplicationContext(), "网址已存在", Toast.LENGTH_SHORT).show();