feat(wallet): implement account selector
- implement add account menu
- fix wallet panel header UI
- implement domain data sharing
This commit is contained in:
@@ -84,6 +84,11 @@
|
||||
android:screenOrientation="sensorPortrait"
|
||||
tools:ignore="LockedOrientationActivity"/>
|
||||
|
||||
<activity android:name="org.chromium.chrome.browser.crypto_wallet.activities.AccountSelectorActivity"
|
||||
android:theme="@style/Theme.Chromium.Activity"
|
||||
android:screenOrientation="sensorPortrait"
|
||||
tools:ignore="LockedOrientationActivity"/>
|
||||
|
||||
<activity android:name="org.chromium.chrome.browser.crypto_wallet.activities.AdvanceTxSettingActivity"
|
||||
android:theme="@style/Theme.Chromium.Activity"
|
||||
android:screenOrientation="sensorPortrait"
|
||||
|
||||
Reference in New Issue
Block a user