1
0
mirror of https://github.com/tateisu/SubwayTooter synced 2025-01-28 17:49:27 +01:00

コード整形

This commit is contained in:
tateisu 2022-07-21 09:06:26 +09:00
parent c2cf676a6b
commit 4cb780909d

View File

@ -125,7 +125,7 @@ fun ActMain.tagDialog(
} }
} }
d.show(this@tagDialog, tagWithSharp) d.show(activity, tagWithSharp)
} catch (ex: Throwable) { } catch (ex: Throwable) {
log.trace(ex) log.trace(ex)
} }