浏览代码

topic intent

dxh 6 年之前
父节点
当前提交
ef1f4591d2
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      app/src/main/AndroidManifest.xml

+ 3 - 0
app/src/main/AndroidManifest.xml

@ -1001,6 +1001,9 @@
1001 1001
        <activity
1002 1002
            android:name=".activity.TopicSearchListsActivity"
1003 1003
            android:screenOrientation="portrait" />
1004
        <activity
1005
            android:name=".activity.PublishPicTopicActivity"
1006
            android:screenOrientation="portrait" />
1004 1007
    </application>
1005 1008
1006 1009
</manifest>