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

Commit de682eec authored by Jinhui Wang's avatar Jinhui Wang
Browse files

resolve merge conflicts of f6e07df1 to master

Test: built DocumentsUI manually
Change-Id: Ie2570b72f0d5e34d024ebc0d59e43f660deea356
parents 8199196b f6e07df1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
package com.android.documentsui.sorting;

import static com.android.documentsui.base.Shared.DEBUG;
import static com.android.documentsui.base.Shared.VERBOSE;

import android.annotation.IntDef;
import android.annotation.Nullable;
@@ -282,7 +281,7 @@ public class SortModel implements Parcelable {
        // The following log message exists simply to make reference to
        // R.bool.feature_content_paging so that compiler will fail when value
        // is remove from config.xml.
        if (VERBOSE) Log.v(TAG, "Can you remove me now? " + R.bool.feature_content_paging);
        int readTheCommentAbove = R.bool.feature_content_paging;

        final int id = getSortedDimensionId();
        final String columnName;