// Adds dimensions UUID, Author and Topic into GA4
Wednesday, December 17, 2025
26 C
Singapore

PM Lee: People will not be discouraged from wearing masks

In an address to the nation at 4 pm today (April 3), Prime Minister Lee Hsien Loong spoke about the tightening of measures in Singapore to prevent the spread of Covid-19.

Along with announcing “circuit breakers” for one month, which include the closure of most workplaces, except for essential services and key economic sectors, Mr Lee said the country will move to full home-based learning in the schools and institutes of higher learning.

As for face masks, he noted that the Government had been advising the general public that people only needed to wear a mask if they were not feeling well, as there was no community spread.

However, Mr Lee said: “The situation has now changed.”

“There are some cases in the community going undetected, and there is evidence that an infected person can show no symptoms and yet still pass on the virus to others,” he said.

“Therefore, we will no longer discourage people from wearing masks.”

See also  Surge in Covid-19 swab tests; expect delays in receiving results, say lab officials

He added that, from this Sunday (April 5), the Government will distribute reusable masks to all households. /TISG

- Advertisement -

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });
// //