Merge pull request #1723 from osodebailar/fix/medtronic-history-view
fix medtronic history view
This commit is contained in:
commit
a2a8939813
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
android:enabled="true"
|
||||
android:exported="false" />
|
||||
|
||||
<activity android:name=".dialog.MedtronicHistoryActivity" />
|
||||
<activity android:name=".dialog.MedtronicHistoryActivity" android:theme="@style/AppTheme" />
|
||||
|
||||
<uses-library android:name="org.apache.http.legacy" android:required="false"/>
|
||||
</application>
|
||||
|
|
Loading…
Reference in a new issue