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

Commit 6279e2cd authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Set App context from WallpaperChanged receiver. (Bug 12525684)" into jb-ub-now-kermit

parents 0b95b14f 13571ae0
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();
    }