changed theme of appupdater
This commit is contained in:
parent
a119711bfd
commit
529958abb7
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@
|
|||
<activity
|
||||
android:name=".ui.UpdaterActivity"
|
||||
android:screenOrientation="portrait"
|
||||
android:theme="@style/Theme.AppCompat.Light.Dialog" >
|
||||
android:theme="@style/ConversationsTheme" >
|
||||
</activity>
|
||||
<service android:name=".services.UpdaterWebService" />
|
||||
<service android:name=".services.CheckAppVersionService" />
|
||||
|
|
Reference in a new issue