1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-11-22 17:02:21 -05:00

There's no import activity

This commit is contained in:
Sebastian Kaspari 2010-03-20 17:40:52 +01:00
parent be2584f5fe
commit 0a4a6be5fd

View File

@ -59,11 +59,6 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
android:label="@string/join_label"
android:theme="@android:style/Theme.Dialog">
</activity>
<activity
android:name=".view.ImportActivity"
android:theme="@android:style/Theme.Dialog"
android:label="@string/import_label">
</activity>
<service android:name=".irc.IRCService"></service>
</application>