I having a problem with the bullets points that appears on the header of the Singapore theme. Before, it didn't add a bullet point for the outline page when using
\AtBeginSection[]{
\begin{frame}{Outline}
\small \tableofcontents[currentsection, hideothersubsections]
\end{frame}
}
Now I have an extra bullet each time I change a section... does anybody knows how to solve this problem ?

\begin{document}
\section{Section 1} \frame{\frametitle{Frame 1}} \frame{\frametitle{Frame 2}}
\subsection{Subsection 1.1} \frame{\frametitle{Frame 1}} \frame{\frametitle{Frame 2}} \frame{\frametitle{Frame 3}} \frame{\frametitle{Frame 4}}
\subsection{Subsection 1.2} \frame{\frametitle{Frame 1}} \frame{\frametitle{Frame 2}} \frame{\frametitle{Frame 3}} \frame{\frametitle{Frame 4}}
\end{document}
– A. Vero Oct 08 '18 at 11:52