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

Commit f748ce3f authored by Mady Mellor's avatar Mady Mellor Committed by Peter Kalauskas
Browse files

Fix sysui studio build

Test: studiow build compiles
Bug: 279022671
Bug: 236188940
Change-Id: I6d4bca577416c6e388fd582c3ef0ea83bce6240c
parent 9188aa60
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -277,7 +277,6 @@ public class FrameworkServicesModule {

    @Provides
    @Singleton
    @Nullable
    static IVrManager provideIVrManager() {
        return IVrManager.Stub.asInterface(ServiceManager.getService(Context.VR_SERVICE));
    }