Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Fixes #434: Settings visible in private mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sblatz authored and colintheshots committed Feb 12, 2019
1 parent 94b52be commit 616af42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

</style>

<style name="PrivateThemeBase" parent="Theme.AppCompat.NoActionBar">
<style name="PrivateThemeBase" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:statusBarColor">@color/private_browsing_top_gradient</item>
<item name="android:windowAnimationStyle">@style/WindowAnimationTransition</item>
<item name="android:textColorHighlight">@color/private_browsing_primary</item>
Expand Down

0 comments on commit 616af42

Please sign in to comment.