收藏夹增加分类
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user