FIX: about activity

This commit is contained in:
imkiva 2021-05-08 18:52:49 +08:00 committed by Kiva Oyama
parent 47d2999207
commit 56167cce5d

View File

@ -41,7 +41,7 @@
android:icon="@drawable/ic_info_white_36dp"
android:title="@string/about">
<intent
android:targetClass="io.neoterm.ui.support.AboutActivity"
android:targetClass="io.neoterm.ui.other.AboutActivity"
android:targetPackage="io.neoterm"/>
</Preference>