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

Commit 52e6364c authored by narinder Rana's avatar narinder Rana
Browse files

manage log for tracking code get uri value

parent 98f78b39
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -454,10 +454,14 @@ public class CollapsedStatusBarFragment extends Fragment implements CommandQueue
            super.onChange(selfChange, uri);

            Log.e("showHideNotificationIcon", "Testing....onChange................selfChange...... "+selfChange+".....Uri...."+uri);
            Log.e("showHideNotificationIcon", "onChange................selfChange.Uri..... "+uri.getLastPathSegment());



            int hide_notificationIcon_left_system_icon = LineageSettings.System.getIntForUser(
                    getContext().getContentResolver(), uri.getLastPathSegment(), 0, mUser);


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

            showHideNotificationIcon();
//