I think...that...might be it?

This commit is contained in:
d8ahazard
2016-09-23 16:42:25 -05:00
parent f9513ca802
commit 4b49331d97
2 changed files with 11 additions and 19 deletions
@@ -287,7 +287,7 @@ public class Utils {
}
}
tiles.add(tiles.size() + 1, qsTileId);
tiles.add(Math.round(tiles.size()/2), qsTileId);
String newTiles = TextUtils.join(",", tiles);
Logger.dh("Utils: NewtilesString is "+ newTiles);
Shell.su("settings put secure sysui_qs_tiles \"" + newTiles + "\"");