Skip to content

Commit

Permalink
remove a lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Feb 9, 2019
1 parent d84f0bf commit 6ed4d30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion owncloudApp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
android:resizeableActivity="true"
android:networkSecurityConfig="@xml/network_security_config"
android:supportsPictureInPicture="false"
android:theme="@style/Theme.ownCloud.Toolbar">
android:theme="@style/Theme.ownCloud.Toolbar"
tools:targetApi="n">
<activity
android:name=".ui.activity.FileDisplayActivity"
android:theme="@style/Theme.ownCloud.Toolbar.Drawer">
Expand Down

0 comments on commit 6ed4d30

Please sign in to comment.