mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Fix error in AndroidManifest
This commit is contained in:
parent
de9b09fd3b
commit
a22ca4f4a2
1 changed files with 2 additions and 2 deletions
|
@ -92,9 +92,9 @@
|
|||
<activity android:name=".ui.activity.PreferencesNewSessionewSession" >
|
||||
</activity>
|
||||
|
||||
<activity android:name="com.owncloud.android.ui.preview.PreviewImageActivity" />
|
||||
<activity android:name=".ui.preview.PreviewImageActivity" />
|
||||
|
||||
<activity android:name="com.owncloud.android.ui.preview.PreviewVideoActivity"
|
||||
<activity android:name=".ui.preview.PreviewVideoActivity"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/Theme.ownCloud.Fullscreen" >
|
||||
</activity>
|
||||
|
|
Loading…
Reference in a new issue