Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Header Display Issue after Updating SDK to 11.0.1 on Android #2500

Open
TamirYakov1 opened this issue Dec 18, 2023 · 5 comments
Open

Header Display Issue after Updating SDK to 11.0.1 on Android #2500

TamirYakov1 opened this issue Dec 18, 2023 · 5 comments

Comments

@TamirYakov1
Copy link

TamirYakov1 commented Dec 18, 2023

Hi there,

Recently, I updated the SDK version of my Android application to 11.0.1, and I encountered an unexpected issue. Following the update, a URL header appeared above my login page, which was not present before.

In my AndroidManifest.xml file, I have the following code:

<activity
            android:name="com.salesforce.androidsdk.ui.LoginActivity"
            android:theme="@style/Theme.AppCompat.NoActionBar"
            tools:replace="android:theme" />

Previously, this code helped in hiding the URL header. However, after the update, it seems ineffective, and the header persists. Notably, this issue is observed on certain Android devices, such as Samsung Galaxy A20 and Samsung Galaxy S20, and potentially more devices.

I have not tested it on other devices, but I suspect the problem may be more widespread.

Any insights or suggestions on resolving this issue would be greatly appreciated.

Thank you.

@wmathurin
Copy link
Contributor

Before we dig further, could you try the latest version of the Mobile SDK (11.1) ?

@TamirYakov1
Copy link
Author

sorry for my typo.
Im using 11.1.0
@wmathurin

@brandonpage
Copy link
Contributor

@TamirYakov1 What version did you come from? 10.x or 11.0?

We updated the LoginActivity to a extend AppCompatActivity in 11.0, that could be the source of theming changes.

@TamirYakov1
Copy link
Author

I updated from 10.x

@TamirYakov1
Copy link
Author

TamirYakov1 commented Feb 11, 2024

Hi, any updates?

example for the bug:
WhatsApp Image 2024-02-08 at 11 55 17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants