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

Commit 63052ac7 authored by Michael Kolb's avatar Michael Kolb
Browse files

invalidate WebView after Title change

Change-Id: Icae5462bddd4983b83c3383e8727e16c51a42fd5
parent b4af6960
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2382,6 +2382,8 @@ public class WebView extends AbsoluteLayout
     */
    public void setTitleBarGravity(int gravity) {
        mTitleGravity = gravity;
        // force refresh
        invalidate();
    }

    /**