Преглед изворни кода

修改机构端消息盒子页面启动模式

Pq пре 1 година
родитељ
комит
c3840e6427
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      institution/src/main/AndroidManifest.xml

+ 1 - 0
institution/src/main/AndroidManifest.xml

@@ -17,6 +17,7 @@
 
         <activity
             android:name=".ui.message.MessageBoxActivity"
+            android:launchMode="singleTop"
             android:configChanges="orientation|screenSize|keyboardHidden"
             android:screenOrientation="portrait" />
     </application>