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

Commit 2298a416 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix SysUI NPE when VDM is disabled" into main

parents 6dd88cd3 6cac42c5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -267,6 +267,7 @@ public class FrameworkServicesModule {
    }

    @Provides
    @Nullable
    @Singleton
    static VirtualDeviceManager provideVirtualDeviceManager(Context context) {
        return context.getSystemService(VirtualDeviceManager.class);