Skip to content

Commit

Permalink
Delete unneeded icon dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davigonz committed Nov 27, 2017
1 parent 4e5627b commit 5e6db90
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.owncloud.android"
android:versionCode="${versionCode}"
android:versionName="${versionName}">
Expand Down Expand Up @@ -70,8 +69,7 @@
android:manageSpaceActivity="com.owncloud.android.ui.activity.ManageSpaceActivity"
android:resizeableActivity="true"
android:supportsPictureInPicture="false"
android:theme="@style/Theme.ownCloud.Toolbar"
tools:replace="icon">
android:theme="@style/Theme.ownCloud.Toolbar">
<activity
android:name=".ui.activity.FileDisplayActivity"
android:theme="@style/Theme.ownCloud.Toolbar.Drawer">
Expand Down

0 comments on commit 5e6db90

Please sign in to comment.