mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 02:36:24 -04:00
commit before 1.98 merge
This commit is contained in:
parent
7cbaa1c73f
commit
96b278b15d
@ -4,7 +4,7 @@ buildscript {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:1.3.1'
|
||||
classpath 'com.android.tools.build:gradle:2.0.0'
|
||||
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
|
||||
}
|
||||
}
|
||||
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
||||
#Thu May 14 17:05:53 CEST 2015
|
||||
#Sat Apr 09 23:39:54 IDT 2016
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
|
||||
|
@ -602,10 +602,11 @@ public class KiwixMobileActivity extends AppCompatActivity {
|
||||
} else {
|
||||
selectTab(mCurrentWebViewIndex - 1);
|
||||
}
|
||||
undoSnackbar(index);
|
||||
if (index < mCurrentWebViewIndex) {
|
||||
mCurrentWebViewIndex--;
|
||||
}
|
||||
undoSnackbar(index);
|
||||
|
||||
mLeftDrawerList.setItemChecked(mCurrentWebViewIndex, true);
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user