basedir sometimes not filled
This commit is contained in:
parent
6cc5ae7717
commit
20ee509d39
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ public class BInstallerActivity extends AppCompatActivity {
|
|||
}
|
||||
|
||||
private void updateDownloadButton() {
|
||||
if (mBaseDir == null) return;
|
||||
final ArrayList<Integer> selectedTilesDownload = mBInstallerView.getSelectedTiles(MASK_SELECTED_RD5);
|
||||
final ArrayList<Integer> selectedTilesLastUpdate = mBInstallerView.getSelectedTiles(MASK_CURRENT_RD5);
|
||||
final ArrayList<Integer> selectedTilesUpdate = mBInstallerView.getSelectedTiles(MASK_INSTALLED_RD5);
|
||||
|
|
Loading…
Reference in a new issue