Debug: prevent crash

play
M66B 2 months ago
parent 1ec195d1eb
commit a74fefee45

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

Loading…
Cancel
Save