Sfoglia il codice sorgente

首页面跳转更改

dxh 6 anni fa
parent
commit
e85505f328
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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>