version:3.0
fix: update:文件夹增加默认名字
This commit is contained in:
@@ -2084,6 +2084,7 @@ public class Launcher extends BaseDraggingActivity implements LauncherExterns,
|
||||
FolderIcon addFolder(CellLayout layout, int container, final int screenId, int cellX,
|
||||
int cellY) {
|
||||
final FolderInfo folderInfo = new FolderInfo();
|
||||
/*修改默认文件夹名*/
|
||||
folderInfo.title = getText(R.string.folder_name);
|
||||
|
||||
// Update the model
|
||||
|
||||
Reference in New Issue
Block a user