Make ApiWrapper to be injected by dagger (12/n)

Bug: 361850561
Test: Manual
Flag: EXEMPT Dagger Integration
Change-Id: I53ec78999085b3e0ad6df69e177806e0cb1b52d1
This commit is contained in:
Anushree Ganjam
2024-10-22 11:52:31 -07:00
parent 76fa57f418
commit ef2c5c0e49
11 changed files with 80 additions and 20 deletions
@@ -150,7 +150,6 @@ public class MainThreadInitializedObject<T extends SafeCloseable> {
public SandboxContext(Context base) {
attachBaseContext(base);
initDagger();
}
@Override