Skip to content

Draft: Resolve "Fix the connection bar animation"

ankitgusai19 requested to merge 145-fix-the-connection-bar-animation into main

Closes #145 (closed)

The animation is done, but there is a small issue where live state updates are not properly reflecting on statusbar.

To try it out, If you manually set `_statusLiveData` to `ConnectionState.CONNECTING` in VpnStatusObservable and run the app it will show the correct animation.

Merge request reports