From e602d23e83f56028ca669b509e417238564192e8 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Tue, 28 Aug 2012 01:14:05 +0200 Subject: - Add status message when waiting for network. - Using a priority higher than PRIORITY_MIN stop the flickering of the notification but make the icon visible again :/ --- src/de/blinkt/openvpn/LogWindow.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/de/blinkt/openvpn/LogWindow.java') diff --git a/src/de/blinkt/openvpn/LogWindow.java b/src/de/blinkt/openvpn/LogWindow.java index 94425fa8..ecadd85c 100644 --- a/src/de/blinkt/openvpn/LogWindow.java +++ b/src/de/blinkt/openvpn/LogWindow.java @@ -251,7 +251,7 @@ public class LogWindow extends ListActivity implements StateListener { @Override protected void onResume() { super.onResume(); - OpenVPN.addSpeedListener(this); + OpenVPN.addStateListener(this); } @Override -- cgit v1.2.3