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

Commit 13571ae0 authored by Winson Chung's avatar Winson Chung
Browse files

Set App context from WallpaperChanged receiver. (Bug 12525684)

Change-Id: Ie037d74d31e6b05b0ae5bb25ed1bf1c639a28a5f
parent 234b506f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ import android.content.Intent;

public class WallpaperChangedReceiver extends BroadcastReceiver {
    public void onReceive(Context context, Intent data) {
        LauncherAppState.setApplicationContext(context.getApplicationContext());
        LauncherAppState appState = LauncherAppState.getInstance();
        appState.onWallpaperChanged();
    }