Simplification

pull/207/head
M66B 3 years ago
parent 8989af89dd
commit f531d6512d

@ -5000,7 +5000,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
DateUtils.MINUTE_IN_MILLIS, DateUtils.MINUTE_IN_MILLIS,
DateUtils.FORMAT_ABBREV_RELATIVE); DateUtils.FORMAT_ABBREV_RELATIVE);
menuSync.setTitle(title) menuSync.setTitle(title)
.setVisible(lastSync != null); .setVisible(true);
PopupMenuLifecycle.insertIcon(context, menuSync, false); PopupMenuLifecycle.insertIcon(context, menuSync, false);
} }

Loading…
Cancel
Save