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

Commit 19862d7c authored by Raj Yengisetty's avatar Raj Yengisetty Committed by Gerrit Code Review
Browse files

CMFileManager: set compute folder statistics to true by default

Change-Id: Iaf22257a9227722029956094ae06ccf0df524541
parent 2bc97d35
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -103,7 +103,7 @@ public enum FileManagerSettings {
     * @hide
     * @hide
     */
     */
    SETTINGS_COMPUTE_FOLDER_STATISTICS(
    SETTINGS_COMPUTE_FOLDER_STATISTICS(
            "cm_filemanager_compute_folder_statistics", Boolean.FALSE), //$NON-NLS-1$
            "cm_filemanager_compute_folder_statistics", Boolean.TRUE), //$NON-NLS-1$
    /**
    /**
     * When to display thumbs of pictures, videos, ...
     * When to display thumbs of pictures, videos, ...
     * @hide
     * @hide