Removed unused file. Changed progress to IProgress.Empty
This commit is contained in:
parent
277ed7f076
commit
70f1dd4ee6
3 changed files with 3 additions and 47 deletions
|
@ -43,42 +43,7 @@ public class SherpafyStartActivity extends SherlockFragmentActivity {
|
|||
|
||||
if (customization.getTourInformations().isEmpty())
|
||||
{
|
||||
customization.onIndexingFiles(new IProgress() {
|
||||
@Override
|
||||
public void startTask(String taskName, int work) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void startWork(int work) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void progress(int deltaWork) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void remaining(int remainingWork) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void finishTask() {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isIndeterminate() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isInterrupted() {
|
||||
return false;
|
||||
}
|
||||
}, new ConcurrentHashMap<String, String>() );
|
||||
customization.onIndexingFiles( IProgress.EMPTY_PROGRESS, new ConcurrentHashMap<String, String>() );
|
||||
}
|
||||
|
||||
if (customization.getSelectedTour() == null) {
|
||||
|
|
1
SherlockBar/.gitignore
vendored
1
SherlockBar/.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
bin
|
||||
gen
|
||||
*.properties
|
|
@ -1,10 +0,0 @@
|
|||
# This file is automatically generated by Android Tools.
|
||||
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
|
||||
#
|
||||
# This file must *NOT* be checked in Version Control Systems,
|
||||
# as it contains information specific to your local configuration.
|
||||
|
||||
# location of the SDK. This is only used by Ant
|
||||
# For customization when using a Version Control System, please read the
|
||||
# header note.
|
||||
sdk.dir=H:\\Work\\Android SDK\\adt-bundle-windows-x86_64-20140321\\sdk\\
|
Loading…
Reference in a new issue