Skip to content

Commit c287313

Browse files
committed
Add TODO about adding a test for <a> tags in info text
1 parent 0dab866 commit c287313

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/impl/FirebaseAppDistributionImpl.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,8 @@ private UpdateTask updateApp(boolean showDownloadInNotificationManager) {
310310

311311
@Override
312312
public void startFeedback(int infoTextResourceId) {
313+
// TODO(lkellogg): Once we have the real FeedbackActivity view implemented, we should write a
314+
// test that checks that <a> tags are preserved
313315
startFeedback(firebaseApp.getApplicationContext().getText(infoTextResourceId));
314316
}
315317

0 commit comments

Comments
 (0)