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

Commit 66d089ed authored by Nikita Dubrovsky's avatar Nikita Dubrovsky Committed by Android (Google) Code Review
Browse files

Merge "Shorten logcat tag in TextViewOnReceiveContentCallback"

parents e86bb695 4816615a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ import java.util.Set;
 * provide consistent behavior for insertion of text.
 */
public class TextViewOnReceiveContentCallback implements OnReceiveContentCallback<TextView> {
    private static final String LOG_TAG = "OnReceiveContentCallback";
    private static final String LOG_TAG = "OnReceiveContent";

    private static final Set<String> MIME_TYPES_ALL_TEXT = Collections.singleton("text/*");