Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
2e30c62e
Kaydet (Commit)
2e30c62e
authored
Eyl 30, 2014
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
android: don't return to open document if viewing license / notice
Change-Id: I12994aa60fa2476ef94153b5ba13000ece71d28b
üst
aadf10bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
LibreOfficeMainActivity.java
...id3/src/java/org/libreoffice/LibreOfficeMainActivity.java
+2
-2
No files found.
android/experimental/LOAndroid3/src/java/org/libreoffice/LibreOfficeMainActivity.java
Dosyayı görüntüle @
2e30c62e
...
@@ -176,7 +176,7 @@ public class LibreOfficeMainActivity extends Activity {
...
@@ -176,7 +176,7 @@ public class LibreOfficeMainActivity extends Activity {
@Override
@Override
public
void
onClick
(
View
view
)
{
public
void
onClick
(
View
view
)
{
Intent
intent
=
new
Intent
(
view
.
getContext
(),
LibreOfficeMainActivity
.
class
);
Intent
intent
=
new
Intent
(
view
.
getContext
(),
LibreOfficeMainActivity
.
class
);
//
intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
intent
.
addFlags
(
Intent
.
FLAG_ACTIVITY_CLEAR_TOP
);
intent
.
setData
(
Uri
.
parse
(
"file:///assets/license.txt"
));
intent
.
setData
(
Uri
.
parse
(
"file:///assets/license.txt"
));
startActivity
(
intent
);
startActivity
(
intent
);
}
}
...
@@ -187,7 +187,7 @@ public class LibreOfficeMainActivity extends Activity {
...
@@ -187,7 +187,7 @@ public class LibreOfficeMainActivity extends Activity {
@Override
@Override
public
void
onClick
(
View
view
)
{
public
void
onClick
(
View
view
)
{
Intent
intent
=
new
Intent
(
view
.
getContext
(),
LibreOfficeMainActivity
.
class
);
Intent
intent
=
new
Intent
(
view
.
getContext
(),
LibreOfficeMainActivity
.
class
);
//
intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
intent
.
addFlags
(
Intent
.
FLAG_ACTIVITY_CLEAR_TOP
);
intent
.
setData
(
Uri
.
parse
(
"file:///assets/notice.txt"
));
intent
.
setData
(
Uri
.
parse
(
"file:///assets/notice.txt"
));
startActivity
(
intent
);
startActivity
(
intent
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment