mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Debug: prevent crash
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user