mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-23 05:54:20 +02:00
fix(ci): shorten line to fix issue
This commit is contained in:
parent
47e866bd0f
commit
f6e46450f4
1 changed files with 1 additions and 4 deletions
|
|
@ -27,10 +27,7 @@ impl About {
|
|||
// other events are handled by UadGui update()
|
||||
}
|
||||
pub fn view(&self, update_state: &UpdateState) -> Element<Message, Theme, Renderer> {
|
||||
let about_text = text(
|
||||
"Universal Android Debloater Next Generation (UAD-ng) is a free and open-source community project aiming at simplifying \
|
||||
the removal of pre-installed apps on any Android device.",
|
||||
);
|
||||
let about_text = text("Universal Android Debloater Next Generation (UAD-ng) is a free and open-source community project \ aiming at simplifying the removal of pre-installed apps on any Android device.",);
|
||||
|
||||
let descr_container = container(about_text)
|
||||
.width(Length::Fill)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue