mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Update suggested wallpaper dimensions in onResume
If another launcher runs in between, it might change the suggested dimensions. This fixes that case. Bug: 11667475
This commit is contained in:
@@ -160,6 +160,13 @@
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
<receiver
|
||||
android:name="com.android.launcher3.WallpaperChangedReceiver">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.WALLPAPER_CHANGED" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
<!-- Intent received used to install shortcuts from other applications -->
|
||||
<receiver
|
||||
android:name="com.android.launcher3.InstallShortcutReceiver"
|
||||
|
||||
Reference in New Issue
Block a user