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

Commit 6f5709ca authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by Android Git Automerger
Browse files

am de13095d: Update tests per new layoutlib_api [DO NOT MERGE]

* commit 'de13095d':
  Update tests per new layoutlib_api [DO NOT MERGE]
parents 9a13b1e7 de13095d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@ public class ConfigGenerator {

    public HardwareConfig getHardwareConfig() {
        return new HardwareConfig(mScreenWidth, mScreenHeight, mDensity, mXdpi, mYdpi, mSize,
                mOrientation, mSoftButtons);
                mOrientation, null, mSoftButtons);
    }

    public static Map<String, String> loadProperties(File path) {