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

Commit 4816615a authored by Nikita Dubrovsky's avatar Nikita Dubrovsky
Browse files

Shorten logcat tag in TextViewOnReceiveContentCallback

Bug: 152068298
Test: Manual
Change-Id: Ic191f5fe1f4f713f9c01a1934754e068b9daf96e
parent 77327d32
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/*");