Loading src/com/android/launcher3/Hotseat.java +1 −1 Original line number Diff line number Diff line Loading @@ -211,7 +211,7 @@ public class Hotseat extends CellLayout implements Insettable, OffsetParent { // Setting name is hardcoded here to prevent recompilation of // framework jar for studio build Settings.Secure.putInt(getContext().getContentResolver(), "launcher_dock_width", "bliss_launcher_dock_width", dp.isVerticalBarLayout() ? getWidth() - dp.getExtraStatusBarPadding() : 0); Loading Loading
src/com/android/launcher3/Hotseat.java +1 −1 Original line number Diff line number Diff line Loading @@ -211,7 +211,7 @@ public class Hotseat extends CellLayout implements Insettable, OffsetParent { // Setting name is hardcoded here to prevent recompilation of // framework jar for studio build Settings.Secure.putInt(getContext().getContentResolver(), "launcher_dock_width", "bliss_launcher_dock_width", dp.isVerticalBarLayout() ? getWidth() - dp.getExtraStatusBarPadding() : 0); Loading