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

Commit de13095d authored by Deepanshu Gupta's avatar Deepanshu Gupta
Browse files

Update tests per new layoutlib_api [DO NOT MERGE]

Change-Id: Idc89ffceaf171abcf2b579f4e934b514ef209210
(cherry picked from commit d7b846c1)
parent db67caa6
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) {