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

Commit e23a588e authored by Adam Cohen's avatar Adam Cohen Committed by Android Git Automerger
Browse files

am 621f9716: am 6066a2b4: Merge "Fix uncaught exception in...

am 621f9716: am 6066a2b4: Merge "Fix uncaught exception in WindowManager#setWallpaperOffsets (issue 5613241)" into ics-mr1

* commit '621f9716':
  Fix uncaught exception in WindowManager#setWallpaperOffsets (issue 5613241)
parents f1ec32db 621f9716
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -635,6 +635,9 @@ public class WallpaperManager {
                    //Log.v(TAG, "...app returning after sending offsets!");
                } catch (RemoteException e) {
                    // Ignore.
                } catch (IllegalArgumentException e) {
                    // Since this is being posted, it's possible that this windowToken is no longer
                    // valid, for example, if setWallpaperOffsets is called just before rotation.
                }
            }
        });