android service and notifications #51

Merged
sarah merged 4 commits from androidservice into trunk 2021-06-11 21:41:21 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 61d078f645 - Show all commits

6
lib.go
View File

@ -1,6 +1,6 @@
package cwtch
//package cwtch
//package main
package main
import "C"
import (
@ -717,4 +717,4 @@ func SetGroupAttribute(profileOnion string, groupHandle string, key string, valu
}
// Leave as is, needed by ffi
//func main() {}
func main() {}