mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +03:00
using fully qualified path to test activity, fixes missing reference
This commit is contained in:
parent
e9d15b46d8
commit
60b164a447
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<application>
|
||||
<activity android:name=".features.pin.lockscreen.tests.LockScreenTestActivity" />
|
||||
<activity android:name="im.vector.app.features.pin.lockscreen.tests.LockScreenTestActivity" />
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
|
Loading…
Reference in a new issue