Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7eec81e authored by wangqi's avatar wangqi Committed by Copybara-Service
Browse files

Add tests for RttChatFragment.

This is to test how the fragment handle messages.

Test: RttChatFragmentTest
PiperOrigin-RevId: 191912866
Change-Id: Ia50688cdf8eceab376e163aa09bda56406a64933
parent 2725d798
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -339,11 +339,6 @@ public class RttChatFragment extends Fragment
    onRttScreenStart();
  }

  @Override
  public void onSaveInstanceState(@NonNull Bundle bundle) {
    super.onSaveInstanceState(bundle);
  }

  @Override
  public void onStop() {
    LogUtil.enterBlock("RttChatFragment.onStop");
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
    android:orientation="vertical">
  <RelativeLayout
      android:layout_width="match_parent"
      android:layout_height="?attr/actionBarSize"
      android:layout_height="?android:attr/actionBarSize"
      android:background="#F305228F"
      android:elevation="3dp">
    <ImageButton