Merge pull request #1723 from osodebailar/fix/medtronic-history-view

fix medtronic history view
This commit is contained in:
Milos Kozak 2022-05-11 16:37:15 +02:00 committed by GitHub
commit a2a8939813
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>