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