Removed app references

This commit is contained in:
M66B
2020-06-24 12:55:16 +02:00
parent c21729b83e
commit 0e4cfedc14
3 changed files with 10 additions and 8 deletions

View File

@@ -1476,7 +1476,7 @@ public class FragmentCompose extends FragmentBase {
snackbar.setAction(R.string.title_fix, new View.OnClickListener() {
@Override
public void onClick(View v) {
Helper.view(getContext(), Uri.parse(BuildConfig.RECORDER_URI), false);
Helper.viewFAQ(getContext(), 158);
}
});
snackbar.show();
@@ -1878,7 +1878,7 @@ public class FragmentCompose extends FragmentBase {
snackbar.setAction(R.string.title_fix, new View.OnClickListener() {
@Override
public void onClick(View v) {
Helper.view(getContext(), Uri.parse(BuildConfig.CAMERA_URI), false);
Helper.viewFAQ(getContext(), 158);
}
});
snackbar.show();