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

Commit ccb984c6 authored by narinder Rana's avatar narinder Rana
Browse files

manage log for tracking code get uri value: bug fix

parent 035c10df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -465,7 +465,7 @@ 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(this);
            SharedPreferences sharedPrefs = PreferenceManager.getDefaultSharedPreferences(getActivity());
            boolean pref = sharedPrefs.getBoolean(uri.getLastPathSegment(), false);
            Log.e("showHideNotificationIcon", "onChange................pref..... "+pref);