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

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

manage log for tracking code get uri value

parent 29580f05
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -453,7 +453,14 @@ public class CollapsedStatusBarFragment extends Fragment implements CommandQueue
        public void onChange(boolean selfChange, Uri uri) {
            super.onChange(selfChange, uri);


            uri

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




            showHideNotificationIcon();
//