From c08a545ad47439d31313365e02eccc21afe75253 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Fri, 16 Dec 2022 19:46:36 +0000 Subject: [PATCH] docs: Remove duplicated phrase Doc had duplicated the phrase "for some reason", removing it. Docs-only change. Change-Id: I4cda97bfcfd5f1ef8609741443e1c07afe17109b Bug: 255896378 Test: [built docs with go/abtd] --- core/java/android/service/quicksettings/Tile.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/service/quicksettings/Tile.java b/core/java/android/service/quicksettings/Tile.java index 40c0ac00a5a9a..d1a8eba3bbc5a 100644 --- a/core/java/android/service/quicksettings/Tile.java +++ b/core/java/android/service/quicksettings/Tile.java @@ -39,8 +39,8 @@ public final class Tile implements Parcelable { /** * An unavailable state indicates that for some reason this tile is not currently - * available to the user for some reason, and will have no click action. The tile's - * icon will be tinted differently to reflect this state. + * available to the user, and will have no click action. The tile's icon will be + * tinted differently to reflect this state. */ public static final int STATE_UNAVAILABLE = 0;