Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74cf5b06 authored by narinder Rana's avatar narinder Rana
Browse files

manage log for tracking code get uri value: remove crash

parent ccb984c6
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -465,9 +465,6 @@ public class CollapsedStatusBarFragment extends Fragment implements CommandQueue

            Log.e("showHideNotificationIcon", "onChange................hide_notificationIcon_left_system_icon..... "+hide_notificationIcon_left_system_icon);

            SharedPreferences sharedPrefs = PreferenceManager.getDefaultSharedPreferences(getActivity());
            boolean pref = sharedPrefs.getBoolean(uri.getLastPathSegment(), false);
            Log.e("showHideNotificationIcon", "onChange................pref..... "+pref);

            showHideNotificationIcon();
//