1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-01 01:06:11 +00:00

Debug: prevent crash

This commit is contained in:
M66B 2024-05-13 09:49:29 +02:00
parent 1ec195d1eb
commit a74fefee45

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