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

Commit 763ce440 authored by linyuh's avatar linyuh Committed by Copybara-Service
Browse files

Remove TODOs for showing SIM info in the bottom sheet & call details.

Bug: 74522027
Test: None
PiperOrigin-RevId: 195439124
Change-Id: Ibab0bc7e58bd1b23255d9af476c5b98ed89f13fa
parent 4ef430e7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -192,8 +192,6 @@ public class CallDetailsHeaderViewHolder extends RecyclerView.ViewHolder
    nameView.setText(headerInfo.getPrimaryText());
    numberView.setText(headerInfo.getSecondaryText());

    // TODO(a bug): show SIM info in the TextView returned by getNetworkView().

    setCallbackAction(callbackAction);
  }

+0 −2
Original line number Diff line number Diff line
@@ -31,6 +31,4 @@ message CallDetailsHeaderInfo {
  //   "Blocked • Mobile • 555-1234", and
  //   "Spam • Mobile • 555-1234".
  optional string secondary_text = 4;

  // TODO(a bug): Add SIM info.
}
 No newline at end of file
+0 −2
Original line number Diff line number Diff line
@@ -36,6 +36,4 @@ message HistoryItemBottomSheetHeaderInfo {
  //   "Blocked • Mobile • 555-1234", and
  //   "Spam • Mobile • 555-1234".
  optional string secondary_text = 4;

  // TODO(a bug): Add SIM info.
}