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

Commit 59dfbb91 authored by Deepanshu Gupta's avatar Deepanshu Gupta
Browse files

Fix build [DO NOT MERGE]

The branch is missing some CLs for 64-bit support. So, until they are
added, this change will fix the build.

Change-Id: Ia838caf60ca49b406101a3fb48a96afdcfb30c66
parent b04f3f74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ public class AssetManager_Delegate {

    @LayoutlibDelegate
    /*package*/ static int newTheme(AssetManager manager) {
        return Resources_Theme_Delegate.getDelegateManager()
        return (int) Resources_Theme_Delegate.getDelegateManager()
                .addNewDelegate(new Resources_Theme_Delegate());
    }