Skip to content

Commit

Permalink
see 05/31 log
Browse files Browse the repository at this point in the history
  • Loading branch information
Blankj committed May 31, 2018
1 parent b85761a commit 5854fae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE.md
Expand Up @@ -7,14 +7,14 @@ A clear and concise description of what the bug is.

**The version of device: [e.g. API 27]**

**The code: **
**The code:**
[e.g.
```java
CrashUtils.init();
```
]

**The stack of crash: **
**The stack of crash:**
[e.g.
```
Caused by: java.lang.NullPointerException: u should init first
Expand Down
@@ -1,5 +1,6 @@
package com.blankj.utilcode.util;

import android.annotation.SuppressLint;
import android.content.Context;
import android.content.ContextWrapper;
import android.graphics.Color;
Expand Down Expand Up @@ -238,6 +239,7 @@ private static void show(final String format, final int duration, final Object..

private static void show(final CharSequence text, final int duration) {
HANDLER.post(new Runnable() {
@SuppressLint("ShowToast")
@Override
public void run() {
cancel();
Expand Down

0 comments on commit 5854fae

Please sign in to comment.