Skip to content

Commit

Permalink
7.1.7-wear
Browse files Browse the repository at this point in the history
  • Loading branch information
j-kaltes committed Oct 30, 2023
1 parent 8157144 commit 2880bba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Common/src/wear/java/tk/glucodata/Talker.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ public class Talker {
static long nexttime;
static void getvalues() { }
static boolean istalking() {return false;}
static boolean shouldtalk() {return false;}
void destruct() { }
Talker() { }
Talker(Context context) { }
Expand Down

0 comments on commit 2880bba

Please sign in to comment.