mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-27 13:13:43 +00:00
Update to gradle 8.9.0
This commit is contained in:
@@ -112,7 +112,7 @@ object SignalSymbols {
|
||||
private fun update(tp: TextPaint?) {
|
||||
tp.apply {
|
||||
val old = this!!.typeface
|
||||
val oldStyle = old?.style ?: 0
|
||||
val oldStyle = old?.style ?: Typeface.NORMAL
|
||||
val font = Typeface.create(font, oldStyle)
|
||||
typeface = font
|
||||
}
|
||||
|
||||
@@ -65,6 +65,7 @@ public final class LocalBackupJobApi29 extends BaseJob {
|
||||
return KEY;
|
||||
}
|
||||
|
||||
@SuppressLint("NewApi")
|
||||
@Override
|
||||
public void onRun() throws IOException {
|
||||
Log.i(TAG, "Executing backup job...");
|
||||
|
||||
Reference in New Issue
Block a user