Skip "null" string when building advanced button summary

- Also added help string to SoundSettings as a side fix.

Change-Id: Ia81a46c6e199b72b52ae1fa9d996c094193b506c
Fix: 37933524
Test: robotests
This commit is contained in:
Fan Zhang
2017-05-03 10:26:23 -07:00
parent 833927929e
commit 540023608d
3 changed files with 32 additions and 9 deletions

View File

@@ -75,6 +75,11 @@ public class SoundSettings extends DashboardFragment {
}
}
@Override
protected int getHelpResource() {
return R.string.help_url_sound;
}
@Override
public void onPause() {
super.onPause();