summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
a4a7750)
Change-Id: I3724f5d62a181426c6514cc33c5eba5913fc4ad9
Signed-off-by: gitknilch <gitknilch@cwde.de>
- if (needsReset && (view != null) && (activity != null)) {
- activity.onOptionsChanged();
- } else {
- Log.d("ShisenSho", "Preferences changed, but no view or activity online - huh?");
+ if (needsReset) {
+ if ((view != null) && (activity != null)) {
+ activity.onOptionsChanged();
+ } else {
+ Log.d("ShisenSho", "Preferences changed, but no view or activity online - huh?");
+ }