Debug: prevent crash

This commit is contained in:
M66B 2024-05-13 09:49:29 +02:00
parent 1ec195d1eb
commit a74fefee45
1 changed files with 1 additions and 1 deletions

View File

@ -1628,7 +1628,7 @@ public class DebugHelper {
sb.append(scheme);
}
if (tabs && BuildConfig.DEBUG)
if (tabs && BuildConfig.DEBUG && false)
try {
boolean bindable = context.bindService(serviceIntent, new CustomTabsServiceConnection() {
@Override