Revert "Resize app drawer when keyboard is shown"

This reverts commit c85cdb4c39.
This commit is contained in:
Amir Zaidi
2018-03-09 01:37:59 +01:00
parent f8fbb43259
commit bb6d74f44c

View File

@@ -21,9 +21,6 @@ package com.android.launcher3.config;
*/
public final class FeatureFlags extends BaseFlags {
// When enabled while all-apps open, the soft input will be set to adjust resize .
public static final boolean LAUNCHER3_UPDATE_SOFT_INPUT_MODE = true;
// When enabled, icons not supporting {@link AdaptiveIconDrawable} will be wrapped in {@link FixedScaleDrawable}.
public static final boolean LEGACY_ICON_TREATMENT = false;