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

Commit b707ce78 authored by John Reck's avatar John Reck Committed by android-build-merger
Browse files

Merge "Include containing window title in SurfaceView\'s title" into nyc-dev

am: 182bd384

* commit '182bd384':
  Include containing window title in SurfaceView's title
parents dff704d5 182bd384
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -224,7 +224,7 @@ public class SurfaceView extends View {
        mParent.requestTransparentRegion(this);
        mSession = getWindowSession();
        mLayout.token = getWindowToken();
        mLayout.setTitle("SurfaceView");
        mLayout.setTitle("SurfaceView - " + getViewRootImpl().getTitle());
        mViewVisibility = getVisibility() == VISIBLE;

        if (!mGlobalListenersAdded) {