You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
I think...that...might be it?
This commit is contained in:
@@ -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 + "\"");
|
||||
|
||||
Reference in New Issue
Block a user