You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
fixes for NewPipe version 0.28.0
This commit is contained in:
@@ -234,7 +234,7 @@ public class Intent implements Parcelable {
|
||||
}
|
||||
|
||||
public boolean getBooleanExtra(String name, boolean defaultValue) {
|
||||
return defaultValue;
|
||||
return extras.getBoolean(name, defaultValue);
|
||||
}
|
||||
|
||||
public Intent setAction(String action) {
|
||||
|
||||
Reference in New Issue
Block a user