mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 06:05:42 +03:00
Revert "Maybe fix modified build"
This reverts commit 8dee57a90e3a8d0f7e7282bb0a9e045a0bfd55af.
This commit is contained in:
parent
908ee017d0
commit
3d43851130
2 changed files with 13 additions and 0 deletions
|
@ -59,6 +59,10 @@
|
|||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name=".ui.activity.FileDisplayActivity"
|
||||
tools:node="remove"/>
|
||||
|
||||
<activity-alias
|
||||
android:name=".authentication.AuthenticatorActivity"
|
||||
android:targetActivity=".authentication.ModifiedAuthenticatorActivity"
|
||||
|
|
|
@ -60,6 +60,15 @@
|
|||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name=".ui.activity.FileDisplayActivity"
|
||||
tools:node="remove"/>
|
||||
|
||||
<activity-alias
|
||||
android:name=".ui.activity.FileDisplayActivity"
|
||||
android:targetActivity=".ui.activity.ModifiedFileDisplayActivity"
|
||||
tools:replace="android:targetActivity"/>
|
||||
|
||||
<activity-alias
|
||||
android:name=".authentication.AuthenticatorActivity"
|
||||
android:targetActivity=".authentication.ModifiedAuthenticatorActivity"
|
||||
|
|
Loading…
Reference in a new issue