Browse Source

首页面跳转更改

dxh 6 years ago
parent
commit
e85505f328
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/src/main/AndroidManifest.xml

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

@ -1004,6 +1004,9 @@
1004 1004
        <activity
1005 1005
            android:name=".activity.PublishPicTopicActivity"
1006 1006
            android:screenOrientation="portrait" />
1007
        <activity
1008
            android:name=".activity.PersonalPageActivity"
1009
            android:screenOrientation="portrait" />
1007 1010
    </application>
1008 1011
1009 1012
</manifest>