File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
common/src/main/res/values Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
582583Version 5.0.1
583584----------
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments