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

Commit e799629d authored by William Xiao's avatar William Xiao Committed by Android (Google) Code Review
Browse files

Merge "Fix hub shortcut not showing up on left of dream" into main

parents bda82ca4 59ccff6c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ public class OpenHubComplication implements Complication {
    @Override
    public int getRequiredTypeAvailability() {
        // TODO(b/339667383): create a new complication type if we decide to productionize this
        return COMPLICATION_TYPE_HOME_CONTROLS;
        return COMPLICATION_TYPE_NONE;
    }

    /**