{SplashFragment|NetworkPreference}: Updates to AuthData building

* Always generate GSF ID on device regardless of login type
* Switch to new method for building AuthData

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-07-15 15:32:52 +07:00
parent 74f3b8e563
commit 04e2e69c54
62 changed files with 34 additions and 274 deletions

View File

@@ -103,12 +103,5 @@
android:layout_height="wrap_content"
app:btnStateIcon="@drawable/ic_anonymous"
app:btnStateText="@string/account_anonymous" />
<com.aurora.store.view.custom.layouts.button.StateButton
android:id="@+id/btn_anonymous_insecure"
android:layout_width="@dimen/width_button"
android:layout_height="wrap_content"
app:btnStateIcon="@drawable/ic_anonymous"
app:btnStateText="@string/account_anonymous_insecure" />
</LinearLayout>
</LinearLayout>