make sure the Dialer is a transparent activity

This commit is contained in:
tibbi 2018-11-29 15:55:14 +01:00
parent 420a523062
commit 25c9c0d598
1 changed files with 2 additions and 1 deletions

View File

@ -224,7 +224,8 @@
<activity
android:name=".activities.DialerActivity"
android:label="@string/dialer">
android:label="@string/dialer"
android:theme="@style/Theme.Transparent">
<intent-filter>
<action android:name="android.intent.action.CALL"/>