Debug: prevent crash

play
M66B 2 months ago
parent 1ec195d1eb
commit a74fefee45

@ -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

Loading…
Cancel
Save