Minor fork to work around crash for now

Stephen Paul Weber created

Change summary

build.gradle | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Detailed changes

build.gradle 🔗

@@ -102,7 +102,8 @@ dependencies {
     implementation 'androidx.documentfile:documentfile:1.0.1'
     implementation 'com.github.martin-stone:hsv-alpha-color-picker-android:2.4.2'
     implementation 'com.github.ipld:java-cid:v1.3.1'
-    implementation 'com.splitwise:tokenautocomplete:3.0.2'
+    //implementation 'com.splitwise:tokenautocomplete:3.0.2'
+    implementation 'com.github.singpolyma:TokenAutoComplete:bfa93780e0'
     implementation 'com.github.singpolyma:Better-Link-Movement-Method:4df081e1e4'
     implementation 'com.github.singpolyma:android-identicons:3361281bd4'
     implementation 'im.conversations.webrtc:webrtc-android:117.1.0'