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

Commit 689c2cfb authored by Dave Mankoff's avatar Dave Mankoff Committed by Android (Google) Code Review
Browse files

Merge "Ensure that CommandQueue is a singleton."

parents fc6eb1c9 50cb05b4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ public class StatusBarDependenciesModule {
     * Provides our instance of CommandQueue which is considered optional.
     */
    @Provides
    @Singleton
    public CommandQueue provideCommandQueue(Context context) {
        return new CommandQueue(context);
    }