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

Commit 0a1fc642 authored by Makoto Onuki's avatar Makoto Onuki Committed by Android Git Automerger
Browse files

am a4e38b9d: am 423c824b: am d1e62d9d: Merge "Remove default activity title to...

am a4e38b9d: am 423c824b: am d1e62d9d: Merge "Remove default activity title to prevent talkback from..." into mnc-dev

* commit 'a4e38b9d86c59e033f0d17ee7ac96734133881ac':
  Remove default activity title to prevent talkback from...
parents 16e9b09d 0f7402e0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -188,6 +188,9 @@ public class DocumentsActivity extends BaseActivity {
        }

        if (!mState.restored) {
            // In this case, we set the activity title in AsyncTask.onPostExecute().  To prevent
            // talkback from reading aloud the default title, we clear it here.
            setTitle("");
            if (mState.action == ACTION_MANAGE || mState.action == ACTION_BROWSE) {
                final Uri rootUri = getIntent().getData();
                new RestoreRootTask(rootUri).executeOnExecutor(getCurrentExecutor());