move classes to component packages

This commit is contained in:
Conny Duck 2019-12-22 11:47:34 +01:00
commit 97350c59fa
5 changed files with 7 additions and 5 deletions

View file

@ -137,7 +137,7 @@
android:name=".components.report.ReportActivity"
android:windowSoftInputMode="stateAlwaysHidden|adjustResize" />
<activity android:name=".components.instancemute.InstanceListActivity" />
<activity android:name=".ScheduledTootActivity" />
<activity android:name=".components.scheduled.ScheduledTootActivity" />
<receiver android:name=".receiver.NotificationClearBroadcastReceiver" />
<receiver