Skip to content

Commit 91e2d0c

Browse files
authored
Merge pull request #14 from simonpoole/typo_fix
Fix typo
2 parents 80ffc87 + 6cb472a commit 91e2d0c

File tree

1 file changed

+1
-1
lines changed
  • ElementHistoryDialog/src/main/java/me/zed/elementhistorydialog

1 file changed

+1
-1
lines changed

ElementHistoryDialog/src/main/java/me/zed/elementhistorydialog/Util.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public static int getStyleAttribColorValue(@NonNull final Context context, final
154154
*/
155155
public static void displayException(@Nullable Context ctx, @NonNull TextView textView, @NonNull Exception ex) {
156156
if (ctx == null) {
157-
Log(DEBUG_TAG, "displayException null Context");
157+
Log.d(DEBUG_TAG, "displayException null Context");
158158
return;
159159
}
160160
if (ex != null) {

0 commit comments

Comments
 (0)