mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-30 05:02:26 -05:00
Fix tests-on-jvm
This commit is contained in:
parent
62c5ac8e5f
commit
d24998d584
7
tests-on-jvm/src/android/text/TextUtils.java
Normal file
7
tests-on-jvm/src/android/text/TextUtils.java
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
package android.text;
|
||||||
|
|
||||||
|
public class TextUtils {
|
||||||
|
public static boolean isEmpty(CharSequence str) {
|
||||||
|
return (str == null || str.length() == 0);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user