Live Subs small UI fix
This commit is contained in:
parent
7220f401d5
commit
6a5bc74ffe
1 changed files with 1 additions and 4 deletions
|
@ -101,10 +101,6 @@ public class LiveUpdatesFragment extends BaseOsmAndFragment implements InAppList
|
||||||
public void onCreate(Bundle savedInstanceState) {
|
public void onCreate(Bundle savedInstanceState) {
|
||||||
super.onCreate(savedInstanceState);
|
super.onCreate(savedInstanceState);
|
||||||
setHasOptionsMenu(true);
|
setHasOptionsMenu(true);
|
||||||
InAppHelper helper = getInAppHelper();
|
|
||||||
if (helper != null) {
|
|
||||||
helper.addListener(this);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -207,6 +203,7 @@ public class LiveUpdatesFragment extends BaseOsmAndFragment implements InAppList
|
||||||
InAppHelper helper = getInAppHelper();
|
InAppHelper helper = getInAppHelper();
|
||||||
if (helper != null) {
|
if (helper != null) {
|
||||||
enableProgress();
|
enableProgress();
|
||||||
|
helper.addListener(this);
|
||||||
helper.start(false);
|
helper.start(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue