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

Commit 94ec75e3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Avoid ArrayIndexOutOfBoundsException in Wallpaper" into main

parents bd70cc82 0b38eddb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -909,7 +909,7 @@ public class WallpaperManager {
                            cmProxy.doColorManagement(decoder, info);
                        }
                    }));
                } catch (OutOfMemoryError | IOException e) {
                } catch (OutOfMemoryError | IOException | ArrayIndexOutOfBoundsException e) {
                    Log.w(TAG, "Can't decode file", e);
                }
            } catch (RemoteException e) {