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

Commit 3b8a3778 authored by Taeho Kim's avatar Taeho Kim
Browse files

Duplicate description on AccessibilityEvent



There was duplicate description for getText() usage on
Notification type accessibility event.

Change-Id: Ica242007ba61c546e3d4c9782e0f7e798d55a137
Signed-off-by: default avatarTaeho Kim <jyte82@gmail.com>
parent 1afc29ae
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -355,7 +355,6 @@ import java.util.List;
 *   <li>{@link #getClassName()} - The class name of the source.</li>
 *   <li>{@link #getPackageName()} - The package name of the source.</li>
 *   <li>{@link #getEventTime()}  - The event time.</li>
 *   <li>{@link #getText()} - The text of the source's sub-tree.</li>
 *   <li>{@link #getParcelableData()} - The posted {@link android.app.Notification}.</li>
 *   <li>{@link #getText()} - Text for providing more context.</li>
 * </ul>