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

Commit 2cbf71a0 authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Android (Google) Code Review
Browse files

Merge "Add Shortcut API to Settings (1/2) b/28298258" into nyc-mr1-dev

parents d6726eea be6c4482
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -277,6 +277,13 @@ public class SettingsDrawerActivity extends Activity {
        }
    }

    public HashMap<Pair<String, String>, Tile> getTileCache() {
        if (sTileCache == null) {
            getDashboardCategories();
        }
        return sTileCache;
    }

    public void onProfileTileOpen() {
        finish();
    }
+1 −1
Original line number Diff line number Diff line
@@ -302,7 +302,7 @@ public class TileUtils {
        return false;
    }

    private static final Comparator<Tile> TILE_COMPARATOR =
    public static final Comparator<Tile> TILE_COMPARATOR =
            new Comparator<Tile>() {
        @Override
        public int compare(Tile lhs, Tile rhs) {