Refactoring

This commit is contained in:
M66B
2019-05-10 14:49:11 +02:00
parent 13ae7177a2
commit 25b974b24f
3 changed files with 5 additions and 5 deletions

View File

@@ -681,7 +681,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
prefs.getBoolean("crash_reports_confirmed", false))
return;
final View dview = LayoutInflater.from(this).inflate(R.layout.dialog_bugsnag, null);
final View dview = LayoutInflater.from(this).inflate(R.layout.dialog_error_reporting, null);
final Button btnInfo = dview.findViewById(R.id.btnInfo);
final CheckBox cbNotAgain = dview.findViewById(R.id.cbNotAgain);