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

Commit 13ee5645 authored by Ethan Chen's avatar Ethan Chen
Browse files

Themes: Update last postFinish call

* Previous patchset changed postFinish function signature.

Change-Id: Ibe07435e274054c7203504bc4b0877b4df006893
parent 806e6e36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@ public class ThemeService extends IThemeService.Stub {
        }

        if (components == null || components.size() == 0) {
            postFinish(true, pkgName);
            postFinish(true, pkgName, components);
            return;
        }