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

Commit 3b723ace authored by Michael Jurka's avatar Michael Jurka Committed by Android Git Automerger
Browse files

am 46ab5e13: Merge "add missing call to superclass method" into honeycomb

* commit '46ab5e13':
  add missing call to superclass method
parents e9c5ade3 46ab5e13
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -214,6 +214,7 @@ public abstract class WallpaperService extends Service {
                    throw new UnsupportedOperationException(
                            "Wallpapers currently only support sizing from layout");
                }
                super.setFixedSize(width, height);
            }
            
            public void setKeepScreenOn(boolean screenOn) {