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

Commit b8e6b066 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

Fix talk back announcement am: ab9b01cc

am: f4e70fbd

* commit 'f4e70fbd':
  Fix talk back announcement

Change-Id: I9135adfc31b562e700c62ac667312fbd3f530b59
parents 55a8a076 f4e70fbd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ public class ForcedResizableInfoActivity extends Activity implements OnTouchList
        setContentView(R.layout.forced_resizable_activity);
        TextView tv = (TextView) findViewById(com.android.internal.R.id.message);
        tv.setText(R.string.dock_forced_resizable);
        getWindow().setTitle(getString(R.string.dock_forced_resizable));
        getWindow().getDecorView().setOnTouchListener(this);
    }