Fixed typo (QA)

This commit is contained in:
M66B 2020-02-26 13:42:27 +01:00
parent ad0d326cde
commit 7f209e0149
1 changed files with 1 additions and 1 deletions

View File

@ -466,7 +466,7 @@ public class Helper {
CustomTabsClient.bindCustomTabsService(context, "com.android.chrome", new CustomTabsServiceConnection() {
@Override
public void onCustomTabsServiceConnected(@NonNull ComponentName name, @NonNull CustomTabsClient client) {
Log.i("Warning up custom tabs");
Log.i("Warming up custom tabs");
try {
client.warmup(0);
} catch (Throwable ex) {