Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev
This commit is contained in:
commit
a9262d8374
|
@ -70,6 +70,6 @@ public class SourceXdripPlugin extends PluginBase implements BgSourceInterface {
|
|||
}
|
||||
|
||||
public void setSource(String source) {
|
||||
this.advancedFiltering = source.contains("G5 Native");
|
||||
this.advancedFiltering = source.contains("G5 Native")||source.contains("G6 Native");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue