Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77335e49 authored by Dayona Joseph's avatar Dayona Joseph Committed by Romain Hunault
Browse files

Revert "Add Language translation for folder name"

This reverts commit 848c69eb.


(cherry picked from commit 5350c54f)
parent f60e77b7
Loading
Loading
Loading
Loading
Loading

.directory

0 → 100644
+3 −0
Original line number Diff line number Diff line
[Dolphin]
Timestamp=2020,4,23,12,14,17
Version=4
+3 −0
Original line number Diff line number Diff line
<component name="ProjectCodeStyleConfiguration">
  <code_scheme name="Project" version="173">
    <AndroidXmlCodeStyleSettings>
      <option name="ARRANGEMENT_SETTINGS_MIGRATED_TO_191" value="true" />
    </AndroidXmlCodeStyleSettings>
    <JetCodeStyleSettings>
      <option name="PACKAGES_TO_USE_STAR_IMPORTS">
        <value>
+1 −1
Original line number Diff line number Diff line
@@ -2532,7 +2532,7 @@ public class LauncherActivity extends AppCompatActivity implements
                    index);
        } else {
            FolderItem folder = new FolderItem();
            folder.title = "Untitled";
            folder.title = getString(R.string.untitled);
            folder.id = String.valueOf(System.currentTimeMillis());
            folder.items = new ArrayList<>();
            app1.container = Long.parseLong(folder.id);