浏览代码

back navigation after message sent

Khubaib 1 年之前
父节点
当前提交
74d18c2cfd

+ 1 - 14
.idea/deploymentTargetDropDown.xml

@@ -6,20 +6,7 @@
         <State />
       </entry>
       <entry key="app">
-        <State>
-          <runningDeviceTargetSelectedWithDropDown>
-            <Target>
-              <type value="RUNNING_DEVICE_TARGET" />
-              <deviceKey>
-                <Key>
-                  <type value="SERIAL_NUMBER" />
-                  <value value="1C051FDF60048Z" />
-                </Key>
-              </deviceKey>
-            </Target>
-          </runningDeviceTargetSelectedWithDropDown>
-          <timeTargetWasSelectedWithDropDown value="2024-04-19T11:53:29.111222030Z" />
-        </State>
+        <State />
       </entry>
     </value>
   </component>

+ 3 - 1
app/src/main/java/com/vpn/fastestvpnservice/screens/helpScreensAll/EmailUsScreen.kt

@@ -206,8 +206,10 @@ fun ColumnScope.ShowHeaderEU(
                 if (data.status) {
                     coroutineScope.launch {
                         data.message?.let { snackBarState.showSnackbar(it) }
+                        navHostController.popBackStack()
+                        navHostController.popBackStack()
                     }
-                    textChanged("")
+//                    textChanged("")
                     
                 } else {
                     coroutineScope.launch {