Fix crash

This commit is contained in:
Alexey Kulish 2016-03-20 15:36:31 +03:00
parent e09508f651
commit 8c62acef07

View file

@ -1043,7 +1043,7 @@ public class OsMoGroupsActivity extends OsmandExpandableListActivity implements
@Override
public void run() {
String top = OsMoGroupsActivity.this.operation;
if (top.equals(operation) || (operation != null && operation.equals(top))) {
if (operation != null && operation.equals(top)) {
hideProgressBar();
}
if (joinGroup && (operation != null && operation.startsWith("GROUP_CONNECT"))) {