mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-22 08:52:18 -05:00
Added AddCommandsActivity to manifest
This commit is contained in:
parent
bee09fcbed
commit
80262d93e7
@ -70,7 +70,10 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".activity.AddChannelActivity"
|
||||
android:label="@string/channels_label"
|
||||
android:theme="@android:style/Theme.Dialog">
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".activity.AddCommandsActivity"
|
||||
android:theme="@android:style/Theme.Dialog">
|
||||
</activity>
|
||||
<service android:name=".irc.IRCService"></service>
|
||||
|
Loading…
Reference in New Issue
Block a user