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

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

am a74a2aff: am 90a95072: am 71645fd8: am 1629717f: Merge "Update tests per...

am a74a2aff: am 90a95072: am 71645fd8: am 1629717f: Merge "Update tests per new layoutlib_api" into mnc-dev

* commit 'a74a2aff':
  Update tests per new layoutlib_api
parents 74641bc8 a74a2aff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -181,7 +181,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) {