File tree Expand file tree Collapse file tree
java/com/owncloud/android/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,7 +98,6 @@ protected void onCreate(Bundle savedInstanceState) {
9898
9999 // setup toolbar
100100 setupToolbar ();
101- // showHideDefaultToolbarDivider(true);
102101
103102 updateActionBarTitleAndHomeButtonByString (getString (R .string .drawer_item_notifications ));
104103
@@ -160,11 +159,14 @@ private void setupPushWarning() {
160159 } else {
161160 String pushValue = arbitraryDataProvider .getValue (accountName , PushUtils .KEY_PUSH );
162161
163- if (pushValue == null || pushValue .isEmpty ()) {
162+ //NMC Note -> Need to disable this error message for now as we will configure our
163+ //own push notification server later not now
164+ //once we will configure our server we will uncomment the below code.
165+ /* if (pushValue == null || pushValue.isEmpty()) {
164166 snackbar = Snackbar.make(binding.emptyList.emptyListView,
165167 R.string.push_notifications_temp_error,
166168 Snackbar.LENGTH_INDEFINITE);
167- }
169+ }*/
168170 }
169171 }
170172
Original file line number Diff line number Diff line change 2323import android .content .Intent ;
2424import android .content .res .Configuration ;
2525import android .content .res .Resources ;
26- import android .graphics .Color ;
2726import android .graphics .PorterDuff ;
2827import android .graphics .Typeface ;
2928import android .graphics .drawable .Drawable ;
Original file line number Diff line number Diff line change 5858 android : icon =" @drawable/nav_recently"
5959 android : orderInCategory =" 0"
6060 android : title =" @string/drawer_item_recently_modified"
61- android : visible =" false " />
61+ android : visible =" true " />
6262 <item
6363 android : orderInCategory =" 0"
6464 android : id =" @+id/nav_notifications"
You can’t perform that action at this time.
0 commit comments