Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Prevent flicker with dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Nov 11, 2013
1 parent a6a3de6 commit 4f4f22e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:largeHeap="true"
android:theme="@style/CustomTheme.Light" >
android:theme="@android:style/Theme.Translucent" >
<meta-data
android:name="xposedmodule"
android:value="true" />
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog
**Next release**

* Fixed rare null pointer exception ([issue](https://github.com/M66B/XPrivacy/issues/739))
* Fixed flickering with black theme
* Added traditional Chinese translation
* Updated German translation
* Updated Vietnamese translation
Expand Down

0 comments on commit 4f4f22e

Please sign in to comment.