mirror of https://github.com/LeOS-GSI/LeOS-Genesis
parent
219d54a9bc
commit
001f977dc1
|
@ -61,5 +61,10 @@
|
||||||
<option name="name" value="MavenLocal" />
|
<option name="name" value="MavenLocal" />
|
||||||
<option name="url" value="file:$USER_HOME$/.m2/repository" />
|
<option name="url" value="file:$USER_HOME$/.m2/repository" />
|
||||||
</remote-repository>
|
</remote-repository>
|
||||||
|
<remote-repository>
|
||||||
|
<option name="id" value="MavenLocal" />
|
||||||
|
<option name="name" value="MavenLocal" />
|
||||||
|
<option name="url" value="file:/$USER_HOME$/.m2/repository/" />
|
||||||
|
</remote-repository>
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
|
@ -1,4 +1,4 @@
|
||||||
import com.android.build.OutputFile
|
//import com.android.build.OutputFile
|
||||||
|
|
||||||
apply from: 'variables.gradle'
|
apply from: 'variables.gradle'
|
||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
|
|
|
@ -133,10 +133,8 @@ public class languageAdapter extends RecyclerView.Adapter<languageAdapter.helpVi
|
||||||
if(!mClickable){
|
if(!mClickable){
|
||||||
mClickable = true;
|
mClickable = true;
|
||||||
mEvent.invokeObserver(null,M_ENABLE_VIEW_CLICK);
|
mEvent.invokeObserver(null,M_ENABLE_VIEW_CLICK);
|
||||||
// notifyItemChanged(mCurrentIndex);
|
|
||||||
mCurrentLanguage = v.getTag(R.id.LaguageID).toString();
|
mCurrentLanguage = v.getTag(R.id.LaguageID).toString();
|
||||||
mCurrentIndex = getLayoutPosition();
|
mCurrentIndex = getLayoutPosition();
|
||||||
// notifyItemChanged(mCurrentIndex);
|
|
||||||
|
|
||||||
final Handler handler = new Handler();
|
final Handler handler = new Handler();
|
||||||
handler.postDelayed(() -> {
|
handler.postDelayed(() -> {
|
||||||
|
|
Loading…
Reference in New Issue