Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
31a373e091
1 changed files with 1 additions and 1 deletions
|
@ -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"))) {
|
||||
|
|
Loading…
Reference in a new issue