Small Improvement

pull/197/head
Marcel Bokhorst 4 years ago committed by GitHub
parent 72635b3b49
commit 71c512869e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -611,7 +611,7 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
onActionSyncMore(); onActionSyncMore();
return true; return true;
} else if (itemId == R.string.title_unified_folder || itemId == R.string.title_navigation_folder || itemId == R.string.title_notify_folder || itemId == R.string.title_synchronize_enabled) { } else if (itemId == R.string.title_unified_folder || itemId == R.string.title_navigation_folder || itemId == R.string.title_notify_folder || itemId == R.string.title_synchronize_enabled) {
onActionProperty(item.getItemId(), !item.isChecked()); onActionProperty(itemId, !item.isChecked());
return true; return true;
} else if (itemId == R.string.title_subscribe) { } else if (itemId == R.string.title_subscribe) {
onActionSubscribe(); onActionSubscribe();

Loading…
Cancel
Save