app.emulateMobile(true) and app.vault.adapter

I noticed that when we call app.emulateMobile(true), app.vault.adapter instanceof CapacitorAdapter is still false, so the mobile code that relies on CapacitorAdapter instance would fail.