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) {
|
||||
super.onCreate(savedInstanceState);
|
||||
setHasOptionsMenu(true);
|
||||
InAppHelper helper = getInAppHelper();
|
||||
if (helper != null) {
|
||||
helper.addListener(this);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -207,6 +203,7 @@ public class LiveUpdatesFragment extends BaseOsmAndFragment implements InAppList
|
|||
InAppHelper helper = getInAppHelper();
|
||||
if (helper != null) {
|
||||
enableProgress();
|
||||
helper.addListener(this);
|
||||
helper.start(false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue