Changed usage of 'logs' to 'log file' to better fit the grammar

This commit is contained in:
Vishan Seru 2017-10-21 20:48:52 +05:30
parent fe57db580e
commit 1d0a701dd3
3 changed files with 6 additions and 6 deletions

View file

@ -86,7 +86,7 @@ public class SettingsFragment extends PreferenceFragment {
return true;
});
Preference sendLogsPreference = findPreference("sendLogs");
Preference sendLogsPreference = findPreference("sendLogFile");
sendLogsPreference.setOnPreferenceClickListener(preference -> {
//first we need to check if we have the necessary permissions
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {