Small fix

This commit is contained in:
M66B
2019-07-31 08:43:50 +02:00
parent 0606dac914
commit 85fa83faf8
2 changed files with 6 additions and 3 deletions

View File

@@ -2307,7 +2307,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
@Override
public void onClick(View v) {
snackbar.dismiss();
new FragmentDialogReporting().show(getFragmentManager(), "first");
new FragmentDialogReporting().show(getFragmentManager(), "reporting");
}
});