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

Commit 8195d713 authored by Danny Baumann's avatar Danny Baumann Committed by Gerrit Code Review
Browse files

Merge "Quick Settings: Actually update resources, when asked" into cm-10.1

parents e88d7ecd 828c80af
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -445,5 +445,10 @@ public class QuickSettingsController {
        }
    }

    public void updateResources() {}
    public void updateResources() {
        mContainerView.updateResources();
        mContainerView.removeAllViews();
        setupQuickSettings();
        mContainerView.requestLayout();
    }
}