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:
parent
1ec195d1eb
commit
a74fefee45
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue