Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
Notes
Commits
5944fbac
Commit
5944fbac
authored
Apr 01, 2021
by
Stefan Niedermann
Browse files
Fix logging
parent
b316c754
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/it/niedermann/owncloud/notes/preferences/PreferencesFragment.java
View file @
5944fbac
...
@@ -68,7 +68,7 @@ public class PreferencesFragment extends PreferenceFragmentCompat implements Bra
...
@@ -68,7 +68,7 @@ public class PreferencesFragment extends PreferenceFragmentCompat implements Bra
return
true
;
return
true
;
});
});
}
else
{
}
else
{
Log
.
e
(
TAG
,
"Could not find preference with key: \""
+
getString
(
R
.
string
.
pref_key_
branding
)
+
"\""
);
Log
.
e
(
TAG
,
"Could not find preference with key: \""
+
getString
(
R
.
string
.
pref_key_
gridview
)
+
"\""
);
}
}
preventScreenCapturePref
=
findPreference
(
getString
(
R
.
string
.
pref_key_prevent_screen_capture
));
preventScreenCapturePref
=
findPreference
(
getString
(
R
.
string
.
pref_key_prevent_screen_capture
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment