Skip to content

Commit 781e3dd

Browse files
authored
Merge branch 'dev' into copilot/merge-sjain-working-release
2 parents d41dd50 + cd2900f commit 781e3dd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,7 @@ Version 6.0.0
578578
- [PATCH] Added Base64 encode for the AuthorizationRequest state parameter (#1750)
579579
- [PATCH] Fix missing authority_url when creating the authority audience (#1753)
580580
- [PATCH] Add filter for broker telemetry event fields. (#1793)
581+
- [MINOR] Bug fix : Selecting text in login page is causing the input field to be hidden (#2826)
581582

582583
Version 5.0.1
583584
----------

common/src/main/res/values/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
<!-- Theme for DualScreenActivity.
6161
Force set to a light theme (to status and navigation bars) since broker/common activities always have white background. -->
6262
<style name="DualScreenActivityTheme" parent="Theme.AppCompat.Light">
63-
<item name="android:background">@color/com_microsoft_identity_common_white</item>
63+
<item name="android:windowBackground">@color/com_microsoft_identity_common_white</item>
6464
</style>
6565
</resources>

0 commit comments

Comments
 (0)