refactor(ui): 替换 Toaster 为 DialogX PopTip
This commit is contained in:
@@ -13,7 +13,7 @@ import android.graphics.drawable.Drawable;
|
||||
import android.net.Uri;
|
||||
import android.text.TextUtils;
|
||||
|
||||
import com.hjq.toast.Toaster;
|
||||
import com.kongzue.dialogx.dialogs.PopTip;
|
||||
import com.ttstd.dialer.R;
|
||||
|
||||
import java.util.List;
|
||||
@@ -41,7 +41,7 @@ public class ApkUtils {
|
||||
return true;
|
||||
}
|
||||
Logger.e(TAG, "openPackage: can not open " + packageName);
|
||||
Toaster.show("打开失败");
|
||||
PopTip.show("打开失败").iconError();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user